#AF7C1C

Color #AF7C1C Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AF7C1C

Tints of Hot Toddy #AF7C1C

Color information

#AF7C1C (or 0xAF7C1C) is unknown color: approx Hot Toddy. HEX triplet: AF, 7C and 1C. RGB value is (175,124,28). Sum of RGB (Red+Green+Blue) = 175+124+28=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C1C is #5083E3. Grayscale: #808080. Windows color (decimal): -5276644 or 1866927. OLE color: 1866927.

HSL color Cylindrical-coordinate representation of color #AF7C1C: hue angle of 39.18º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF7C1C is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17512428-
CMYK00.290.840.31
HSL39.18º72.41%39.8%-
HSV(B)39.18º84%68.63%-
XYZ25.123.614.33-
YUV128.371.4161.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=53.52%
G=37.92%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751242800.290.840.3139.1872.4139.8
HexAF7C1C01D541F274828
Octal25717434035124374711050
Binary101011111111100111000111011010100111111001111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C1C; }

 p { color: rgb(175,124,28); }

 H1.HeaderClassName
 {
   color: #AF7C1C;
 }
 .AnyTagClassName
 {
   color: #AF7C1C;
 }
</style>
background-color css

<style>
 a { background-color: #AF7C1C; }

 a { background-color: rgb(175,124,28); }

 div.DivClassName
 {
   background-color: #AF7C1C;
 }
 .BgClassName
 {
   background-color: #AF7C1C;
 }
</style>
border-color css

<style>
 span { border-color: #AF7C1C; }

 span { border-color: rgb(175,124,28); }

 td.TdClassName
 {
   border-color: #AF7C1C;
 }
 .TagClassName
 {
   border-color: #AF7C1C;
 }
</style>