Html Css Color HEX #AF7019 Hot Toddy

📋 copy color: '#AF7019'

red 175 ◦ green 112 ◦ blue 25

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

Shades of Hot Toddy #AF7019

Tints of Hot Toddy #AF7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 56.09%
G = 35.9%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7019 (or 0xAF7019) is known color: Hot Toddy. HEX triplet: AF, 70 and 19. RGB value is (175,112,25). Sum of RGB (Red+Green+Blue) = 175+112+25=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7019 is #508FE6. Grayscale: #797979. Windows color (decimal): -5279719 or 1667247. OLE color: 1667247.

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

Color convert

RGB 175 112 25 -
CMYK 0 0.36 0.86 0.31
HSL 34.8º 0.75% 0.39% -
HSV(B) 34.8º 0.86% 0.69% -
XYZ 23.65 20.77 3.68 -
YUV 120.92 73.87 166.57 -
System Red Green Blue C M Y K H S L
Decimal 175 112 25 0 0.36 0.86 0.31 34.8 0.75 0.39
Hex AF 70 19 0 24 56 1F 23 4B 27
Octal 257 160 31 0 44 126 37 43 113 47
Binary 10101111 1110000 11001 0 100100 1010110 11111 100011 1001011 100111

Color Harmonies of #AF7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7019

Black with #AF7019

Text Example


Text Example

White with #AF7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7019; }

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

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

background-color css

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

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

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

border-color css

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

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

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