Html Css Color HEX #AF7417 Hot Toddy

📋 copy color: '#AF7417'

red 175 ◦ green 116 ◦ blue 23

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

Shades of Hot Toddy #AF7417

Tints of Hot Toddy #AF7417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 55.73%
G = 36.94%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF7417 (or 0xAF7417) is known color: Hot Toddy. HEX triplet: AF, 74 and 17. RGB value is (175,116,23). Sum of RGB (Red+Green+Blue) = 175+116+23=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7417 is #508BE8. Grayscale: #7B7B7B. Windows color (decimal): -5278697 or 1537199. OLE color: 1537199.

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

Color convert

RGB 175 116 23 -
CMYK 0 0.34 0.87 0.31
HSL 36.71º 0.77% 0.39% -
HSV(B) 36.71º 0.87% 0.69% -
XYZ 24.08 21.67 3.72 -
YUV 123.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 175 116 23 0 0.34 0.87 0.31 36.71 0.77 0.39
Hex AF 74 17 0 22 57 1F 25 4D 27
Octal 257 164 27 0 42 127 37 45 115 47
Binary 10101111 1110100 10111 0 100010 1010111 11111 100101 1001101 100111

Color Harmonies of #AF7417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7417

Black with #AF7417

Text Example


Text Example

White with #AF7417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7417; }

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

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

background-color css

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

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

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

border-color css

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

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

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