Html Css Color HEX #AF7117 Hot Toddy

📋 copy color: '#AF7117'

red 175 ◦ green 113 ◦ blue 23

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

Shades of Hot Toddy #AF7117

Tints of Hot Toddy #AF7117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

 BLUE value IS 23 (9.38% from 255) = 7.4%

R = 56.27%
G = 36.33%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF7117 (or 0xAF7117) is known color: Hot Toddy. HEX triplet: AF, 71 and 17. RGB value is (175,113,23). Sum of RGB (Red+Green+Blue) = 175+113+23=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7117 is #508EE8. Grayscale: #797979. Windows color (decimal): -5279465 or 1536431. OLE color: 1536431.

HSL color Cylindrical-coordinate representation of color #AF7117: hue angle of 35.53º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF7117 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 23 -
CMYK 0 0.35 0.87 0.31
HSL 35.53º 0.77% 0.39% -
HSV(B) 35.53º 0.87% 0.69% -
XYZ 23.74 20.99 3.61 -
YUV 121.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 175 113 23 0 0.35 0.87 0.31 35.53 0.77 0.39
Hex AF 71 17 0 23 57 1F 24 4D 27
Octal 257 161 27 0 43 127 37 44 115 47
Binary 10101111 1110001 10111 0 100011 1010111 11111 100100 1001101 100111

Color Harmonies of #AF7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7117

Black with #AF7117

Text Example


Text Example

White with #AF7117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7117; }

 p { color: rgb(175,113,23); }

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

background-color css

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

 a { background-color: rgb(175,113,23); }

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

border-color css

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

 span { border-color: rgb(175,113,23); }

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