Html Css Color HEX #AA761E Hot Toddy

📋 copy color: '#AA761E'

red 170 ◦ green 118 ◦ blue 30

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

Shades of Hot Toddy #AA761E

Tints of Hot Toddy #AA761E

RGB

 RED value IS 170 (66.8% from 255) = 53.46%

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 53.46%
G = 37.11%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA761E (or 0xAA761E) is known color: Hot Toddy. HEX triplet: AA, 76 and 1E. RGB value is (170,118,30). Sum of RGB (Red+Green+Blue) = 170+118+30=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA761E is #5589E1. Grayscale: #7B7B7B. Windows color (decimal): -5605858 or 1996458. OLE color: 1996458.

HSL color Cylindrical-coordinate representation of color #AA761E: hue angle of 37.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA761E is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 118 30 -
CMYK 0 0.31 0.82 0.33
HSL 37.71º 0.7% 0.39% -
HSV(B) 37.71º 0.82% 0.67% -
XYZ 23.29 21.6 4.17 -
YUV 123.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 170 118 30 0 0.31 0.82 0.33 37.71 0.7 0.39
Hex AA 76 1E 0 1F 52 21 26 46 27
Octal 252 166 36 0 37 122 41 46 106 47
Binary 10101010 1110110 11110 0 11111 1010010 100001 100110 1000110 100111

Color Harmonies of #AA761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA761E

Black with #AA761E

Text Example


Text Example

White with #AA761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA761E; }

 p { color: rgb(170,118,30); }

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

background-color css

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

 a { background-color: rgb(170,118,30); }

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

border-color css

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

 span { border-color: rgb(170,118,30); }

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