Html Css Color HEX #AF6E19 Hot Toddy

📋 copy color: '#AF6E19'

red 175 ◦ green 110 ◦ blue 25

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

Shades of Hot Toddy #AF6E19

Tints of Hot Toddy #AF6E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 56.45%
G = 35.48%
B = 8.06%

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

#AF6E19 (or 0xAF6E19) is known color: Hot Toddy. HEX triplet: AF, 6E and 19. RGB value is (175,110,25). Sum of RGB (Red+Green+Blue) = 175+110+25=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E19 is #5091E6. Grayscale: #787878. Windows color (decimal): -5280231 or 1666735. OLE color: 1666735.

HSL color Cylindrical-coordinate representation of color #AF6E19: hue angle of 34º degrees, saturation: 0.75, 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 #AF6E19 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 25 -
CMYK 0 0.37 0.86 0.31
HSL 34º 0.75% 0.39% -
HSV(B) 34º 0.86% 0.69% -
XYZ 23.43 20.34 3.61 -
YUV 119.75 74.53 167.41 -
System Red Green Blue C M Y K H S L
Decimal 175 110 25 0 0.37 0.86 0.31 34 0.75 0.39
Hex AF 6E 19 0 25 56 1F 22 4B 27
Octal 257 156 31 0 45 126 37 42 113 47
Binary 10101111 1101110 11001 0 100101 1010110 11111 100010 1001011 100111

Color Harmonies of #AF6E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E19

Black with #AF6E19

Text Example


Text Example

White with #AF6E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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