Html Css Color HEX #AF7416 Hot Toddy

📋 copy color: '#AF7416'

red 175 ◦ green 116 ◦ blue 22

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

Shades of Hot Toddy #AF7416

Tints of Hot Toddy #AF7416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 55.91%
G = 37.06%
B = 7.03%

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

#AF7416 (or 0xAF7416) is known color: Hot Toddy. HEX triplet: AF, 74 and 16. RGB value is (175,116,22). Sum of RGB (Red+Green+Blue) = 175+116+22=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7416 is #508BE9. Grayscale: #7B7B7B. Windows color (decimal): -5278698 or 1471663. OLE color: 1471663.

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

Color convert

RGB 175 116 22 -
CMYK 0 0.34 0.87 0.31
HSL 36.86º 0.78% 0.39% -
HSV(B) 36.86º 0.87% 0.69% -
XYZ 24.07 21.66 3.67 -
YUV 122.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 175 116 22 0 0.34 0.87 0.31 36.86 0.78 0.39
Hex AF 74 16 0 22 57 1F 25 4E 27
Octal 257 164 26 0 42 127 37 45 116 47
Binary 10101111 1110100 10110 0 100010 1010111 11111 100101 1001110 100111

Color Harmonies of #AF7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7416

Black with #AF7416

Text Example


Text Example

White with #AF7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7416; }

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

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

background-color css

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

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

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

border-color css

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

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

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