Html Css Color HEX #AF7115 Hot Toddy

📋 copy color: '#AF7115'

red 175 ◦ green 113 ◦ blue 21

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

Shades of Hot Toddy #AF7115

Tints of Hot Toddy #AF7115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 56.63%
G = 36.57%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF7115 (or 0xAF7115) is known color: Hot Toddy. HEX triplet: AF, 71 and 15. RGB value is (175,113,21). Sum of RGB (Red+Green+Blue) = 175+113+21=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7115 is #508EEA. Grayscale: #797979. Windows color (decimal): -5279467 or 1405359. OLE color: 1405359.

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

Color convert

RGB 175 113 21 -
CMYK 0 0.35 0.88 0.31
HSL 35.84º 0.79% 0.38% -
HSV(B) 35.84º 0.88% 0.69% -
XYZ 23.72 20.98 3.51 -
YUV 121.05 71.54 166.48 -
System Red Green Blue C M Y K H S L
Decimal 175 113 21 0 0.35 0.88 0.31 35.84 0.79 0.38
Hex AF 71 15 0 23 58 1F 24 4F 26
Octal 257 161 25 0 43 130 37 44 117 46
Binary 10101111 1110001 10101 0 100011 1011000 11111 100100 1001111 100110

Color Harmonies of #AF7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7115

Black with #AF7115

Text Example


Text Example

White with #AF7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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