Html Css Color HEX #AF7024 Hot Toddy

📋 copy color: '#AF7024'

red 175 ◦ green 112 ◦ blue 36

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

Shades of Hot Toddy #AF7024

Tints of Hot Toddy #AF7024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 36 (14.45% from 255) = 11.15%

R = 54.18%
G = 34.67%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF7024 (or 0xAF7024) is known color: Hot Toddy. HEX triplet: AF, 70 and 24. RGB value is (175,112,36). Sum of RGB (Red+Green+Blue) = 175+112+36=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7024 is #508FDB. Grayscale: #7A7A7A. Windows color (decimal): -5279708 or 2388143. OLE color: 2388143.

HSL color Cylindrical-coordinate representation of color #AF7024: hue angle of 32.81º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF7024 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 36 -
CMYK 0 0.36 0.79 0.31
HSL 32.81º 0.66% 0.41% -
HSV(B) 32.81º 0.79% 0.69% -
XYZ 23.79 20.83 4.44 -
YUV 122.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 175 112 36 0 0.36 0.79 0.31 32.81 0.66 0.41
Hex AF 70 24 0 24 4F 1F 21 42 29
Octal 257 160 44 0 44 117 37 41 102 51
Binary 10101111 1110000 100100 0 100100 1001111 11111 100001 1000010 101001

Color Harmonies of #AF7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7024

Black with #AF7024

Text Example


Text Example

White with #AF7024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7024; }

 p { color: rgb(175,112,36); }

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

background-color css

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

 a { background-color: rgb(175,112,36); }

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

border-color css

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

 span { border-color: rgb(175,112,36); }

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