Html Css Color HEX #AA762A Hot Toddy

📋 copy color: '#AA762A'

red 170 ◦ green 118 ◦ blue 42

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

Shades of Hot Toddy #AA762A

Tints of Hot Toddy #AA762A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 51.52%
G = 35.76%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA762A (or 0xAA762A) is known color: Hot Toddy. HEX triplet: AA, 76 and 2A. RGB value is (170,118,42). Sum of RGB (Red+Green+Blue) = 170+118+42=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA762A is #5589D5. Grayscale: #7D7D7D. Windows color (decimal): -5605846 or 2782890. OLE color: 2782890.

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

Color convert

RGB 170 118 42 -
CMYK 0 0.31 0.75 0.33
HSL 35.63º 0.6% 0.42% -
HSV(B) 35.63º 0.75% 0.67% -
XYZ 23.47 21.67 5.14 -
YUV 124.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 170 118 42 0 0.31 0.75 0.33 35.63 0.6 0.42
Hex AA 76 2A 0 1F 4B 21 24 3C 2A
Octal 252 166 52 0 37 113 41 44 74 52
Binary 10101010 1110110 101010 0 11111 1001011 100001 100100 111100 101010

Color Harmonies of #AA762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA762A

Black with #AA762A

Text Example


Text Example

White with #AA762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA762A; }

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

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

background-color css

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

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

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

border-color css

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

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

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