Html Css Color HEX #AF6D18 Hot Toddy

📋 copy color: '#AF6D18'

red 175 ◦ green 109 ◦ blue 24

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

Shades of Hot Toddy #AF6D18

Tints of Hot Toddy #AF6D18

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.39%

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

R = 56.82%
G = 35.39%
B = 7.79%

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

#AF6D18 (or 0xAF6D18) is known color: Hot Toddy. HEX triplet: AF, 6D and 18. RGB value is (175,109,24). Sum of RGB (Red+Green+Blue) = 175+109+24=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D18 is #5092E7. Grayscale: #777777. Windows color (decimal): -5280488 or 1600943. OLE color: 1600943.

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

Color convert

RGB 175 109 24 -
CMYK 0 0.38 0.86 0.31
HSL 33.77º 0.76% 0.39% -
HSV(B) 33.77º 0.86% 0.69% -
XYZ 23.31 20.12 3.52 -
YUV 119.04 74.37 167.91 -
System Red Green Blue C M Y K H S L
Decimal 175 109 24 0 0.38 0.86 0.31 33.77 0.76 0.39
Hex AF 6D 18 0 26 56 1F 22 4C 27
Octal 257 155 30 0 46 126 37 42 114 47
Binary 10101111 1101101 11000 0 100110 1010110 11111 100010 1001100 100111

Color Harmonies of #AF6D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D18

Black with #AF6D18

Text Example


Text Example

White with #AF6D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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