Html Css Color HEX #AF7119 Hot Toddy

📋 copy color: '#AF7119'

red 175 ◦ green 113 ◦ blue 25

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

Shades of Hot Toddy #AF7119

Tints of Hot Toddy #AF7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 55.91%
G = 36.1%
B = 7.99%

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

#AF7119 (or 0xAF7119) is known color: Hot Toddy. HEX triplet: AF, 71 and 19. RGB value is (175,113,25). Sum of RGB (Red+Green+Blue) = 175+113+25=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7119 is #508EE6. Grayscale: #797979. Windows color (decimal): -5279463 or 1667503. OLE color: 1667503.

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

Color convert

RGB 175 113 25 -
CMYK 0 0.35 0.86 0.31
HSL 35.2º 0.75% 0.39% -
HSV(B) 35.2º 0.86% 0.69% -
XYZ 23.76 20.99 3.72 -
YUV 121.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 175 113 25 0 0.35 0.86 0.31 35.2 0.75 0.39
Hex AF 71 19 0 23 56 1F 23 4B 27
Octal 257 161 31 0 43 126 37 43 113 47
Binary 10101111 1110001 11001 0 100011 1010110 11111 100011 1001011 100111

Color Harmonies of #AF7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7119

Black with #AF7119

Text Example


Text Example

White with #AF7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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