Html Css Color HEX #AF7316 Hot Toddy

📋 copy color: '#AF7316'

red 175 ◦ green 115 ◦ blue 22

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

Shades of Hot Toddy #AF7316

Tints of Hot Toddy #AF7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 56.09%
G = 36.86%
B = 7.05%

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

#AF7316 (or 0xAF7316) is known color: Hot Toddy. HEX triplet: AF, 73 and 16. RGB value is (175,115,22). Sum of RGB (Red+Green+Blue) = 175+115+22=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7316 is #508CE9. Grayscale: #7A7A7A. Windows color (decimal): -5278954 or 1471407. OLE color: 1471407.

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

Color convert

RGB 175 115 22 -
CMYK 0 0.34 0.87 0.31
HSL 36.47º 0.78% 0.39% -
HSV(B) 36.47º 0.87% 0.69% -
XYZ 23.95 21.43 3.63 -
YUV 122.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 175 115 22 0 0.34 0.87 0.31 36.47 0.78 0.39
Hex AF 73 16 0 22 57 1F 24 4E 27
Octal 257 163 26 0 42 127 37 44 116 47
Binary 10101111 1110011 10110 0 100010 1010111 11111 100100 1001110 100111

Color Harmonies of #AF7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7316

Black with #AF7316

Text Example


Text Example

White with #AF7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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