Html Css Color HEX #AF7819 Hot Toddy

📋 copy color: '#AF7819'

red 175 ◦ green 120 ◦ blue 25

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

Shades of Hot Toddy #AF7819

Tints of Hot Toddy #AF7819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

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

R = 54.69%
G = 37.5%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7819 (or 0xAF7819) is known color: Hot Toddy. HEX triplet: AF, 78 and 19. RGB value is (175,120,25). Sum of RGB (Red+Green+Blue) = 175+120+25=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7819 is #5087E6. Grayscale: #7E7E7E. Windows color (decimal): -5277671 or 1669295. OLE color: 1669295.

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

Color convert

RGB 175 120 25 -
CMYK 0 0.31 0.86 0.31
HSL 38º 0.75% 0.39% -
HSV(B) 38º 0.86% 0.69% -
XYZ 24.57 22.62 3.99 -
YUV 125.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 175 120 25 0 0.31 0.86 0.31 38 0.75 0.39
Hex AF 78 19 0 1F 56 1F 26 4B 27
Octal 257 170 31 0 37 126 37 46 113 47
Binary 10101111 1111000 11001 0 11111 1010110 11111 100110 1001011 100111

Color Harmonies of #AF7819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7819

Black with #AF7819

Text Example


Text Example

White with #AF7819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7819; }

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

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

background-color css

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

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

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

border-color css

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

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

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