Html Css Color HEX #AF7018 Hot Toddy

📋 copy color: '#AF7018'

red 175 ◦ green 112 ◦ blue 24

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

Shades of Hot Toddy #AF7018

Tints of Hot Toddy #AF7018

RGB

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

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

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

R = 56.27%
G = 36.01%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7018 (or 0xAF7018) is known color: Hot Toddy. HEX triplet: AF, 70 and 18. RGB value is (175,112,24). Sum of RGB (Red+Green+Blue) = 175+112+24=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7018 is #508FE7. Grayscale: #797979. Windows color (decimal): -5279720 or 1601711. OLE color: 1601711.

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

Color convert

RGB 175 112 24 -
CMYK 0 0.36 0.86 0.31
HSL 34.97º 0.76% 0.39% -
HSV(B) 34.97º 0.86% 0.69% -
XYZ 23.64 20.77 3.63 -
YUV 120.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 175 112 24 0 0.36 0.86 0.31 34.97 0.76 0.39
Hex AF 70 18 0 24 56 1F 23 4C 27
Octal 257 160 30 0 44 126 37 43 114 47
Binary 10101111 1110000 11000 0 100100 1010110 11111 100011 1001100 100111

Color Harmonies of #AF7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7018

Black with #AF7018

Text Example


Text Example

White with #AF7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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