Html Css Color HEX #AF7719 Hot Toddy

📋 copy color: '#AF7719'

red 175 ◦ green 119 ◦ blue 25

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

Shades of Hot Toddy #AF7719

Tints of Hot Toddy #AF7719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

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

R = 54.86%
G = 37.3%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7719 (or 0xAF7719) is known color: Hot Toddy. HEX triplet: AF, 77 and 19. RGB value is (175,119,25). Sum of RGB (Red+Green+Blue) = 175+119+25=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7719 is #5088E6. Grayscale: #7D7D7D. Windows color (decimal): -5277927 or 1669039. OLE color: 1669039.

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

Color convert

RGB 175 119 25 -
CMYK 0 0.32 0.86 0.31
HSL 37.6º 0.75% 0.39% -
HSV(B) 37.6º 0.86% 0.69% -
XYZ 24.45 22.38 3.95 -
YUV 125.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 175 119 25 0 0.32 0.86 0.31 37.6 0.75 0.39
Hex AF 77 19 0 20 56 1F 26 4B 27
Octal 257 167 31 0 40 126 37 46 113 47
Binary 10101111 1110111 11001 0 100000 1010110 11111 100110 1001011 100111

Color Harmonies of #AF7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7719

Black with #AF7719

Text Example


Text Example

White with #AF7719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7719; }

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

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

background-color css

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

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

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

border-color css

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

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

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