Html Css Color HEX #AF6C18 Hot Toddy

📋 copy color: '#AF6C18'

red 175 ◦ green 108 ◦ blue 24

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

Shades of Hot Toddy #AF6C18

Tints of Hot Toddy #AF6C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

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

R = 57%
G = 35.18%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF6C18 (or 0xAF6C18) is known color: Hot Toddy. HEX triplet: AF, 6C and 18. RGB value is (175,108,24). Sum of RGB (Red+Green+Blue) = 175+108+24=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C18 is #5093E7. Grayscale: #767676. Windows color (decimal): -5280744 or 1600687. OLE color: 1600687.

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

Color convert

RGB 175 108 24 -
CMYK 0 0.38 0.86 0.31
HSL 33.38º 0.76% 0.39% -
HSV(B) 33.38º 0.86% 0.69% -
XYZ 23.21 19.91 3.48 -
YUV 118.46 74.7 168.33 -
System Red Green Blue C M Y K H S L
Decimal 175 108 24 0 0.38 0.86 0.31 33.38 0.76 0.39
Hex AF 6C 18 0 26 56 1F 21 4C 27
Octal 257 154 30 0 46 126 37 41 114 47
Binary 10101111 1101100 11000 0 100110 1010110 11111 100001 1001100 100111

Color Harmonies of #AF6C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C18

Black with #AF6C18

Text Example


Text Example

White with #AF6C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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