Html Css Color HEX #AF6E18 Hot Toddy

📋 copy color: '#AF6E18'

red 175 ◦ green 110 ◦ blue 24

#AF6E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AF6E18

Tints of Hot Toddy #AF6E18

RGB

 RED value IS 175 (68.75% from 255) = 56.63%

 GREEN value IS 110 (43.36% from 255) = 35.6%

 BLUE value IS 24 (9.77% from 255) = 7.77%

R = 56.63%
G = 35.6%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF6E18 (or 0xAF6E18) is known color: Hot Toddy. HEX triplet: AF, 6E and 18. RGB value is (175,110,24). Sum of RGB (Red+Green+Blue) = 175+110+24=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E18 is #5091E7. Grayscale: #787878. Windows color (decimal): -5280232 or 1601199. OLE color: 1601199.

HSL color Cylindrical-coordinate representation of color #AF6E18: hue angle of 34.17º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF6E18 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 24 -
CMYK 0 0.37 0.86 0.31
HSL 34.17º 0.76% 0.39% -
HSV(B) 34.17º 0.86% 0.69% -
XYZ 23.42 20.33 3.55 -
YUV 119.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 175 110 24 0 0.37 0.86 0.31 34.17 0.76 0.39
Hex AF 6E 18 0 25 56 1F 22 4C 27
Octal 257 156 30 0 45 126 37 42 114 47
Binary 10101111 1101110 11000 0 100101 1010110 11111 100010 1001100 100111

Color Harmonies of #AF6E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E18

Black with #AF6E18

Text Example


Text Example

White with #AF6E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E18; }

 p { color: rgb(175,110,24); }

 H1.HeaderClassName
 {
   color: #AF6E18;
 }
 .AnyTagClassName
 {
   color: #AF6E18;
 }
</style>

background-color css

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

 a { background-color: rgb(175,110,24); }

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

border-color css

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

 span { border-color: rgb(175,110,24); }

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