Html Css Color HEX #AF7118 Hot Toddy

📋 copy color: '#AF7118'

red 175 ◦ green 113 ◦ blue 24

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

Shades of Hot Toddy #AF7118

Tints of Hot Toddy #AF7118

RGB

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

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

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

R = 56.09%
G = 36.22%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7118 (or 0xAF7118) is known color: Hot Toddy. HEX triplet: AF, 71 and 18. RGB value is (175,113,24). Sum of RGB (Red+Green+Blue) = 175+113+24=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7118 is #508EE7. Grayscale: #797979. Windows color (decimal): -5279464 or 1601967. OLE color: 1601967.

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

Color convert

RGB 175 113 24 -
CMYK 0 0.35 0.86 0.31
HSL 35.36º 0.76% 0.39% -
HSV(B) 35.36º 0.86% 0.69% -
XYZ 23.75 20.99 3.66 -
YUV 121.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 175 113 24 0 0.35 0.86 0.31 35.36 0.76 0.39
Hex AF 71 18 0 23 56 1F 23 4C 27
Octal 257 161 30 0 43 126 37 43 114 47
Binary 10101111 1110001 11000 0 100011 1010110 11111 100011 1001100 100111

Color Harmonies of #AF7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7118

Black with #AF7118

Text Example


Text Example

White with #AF7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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