Html Css Color HEX #AA762C Hot Toddy

📋 copy color: '#AA762C'

red 170 ◦ green 118 ◦ blue 44

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

Shades of Hot Toddy #AA762C

Tints of Hot Toddy #AA762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 51.2%
G = 35.54%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA762C (or 0xAA762C) is known color: Hot Toddy. HEX triplet: AA, 76 and 2C. RGB value is (170,118,44). Sum of RGB (Red+Green+Blue) = 170+118+44=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA762C is #5589D3. Grayscale: #7D7D7D. Windows color (decimal): -5605844 or 2913962. OLE color: 2913962.

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

Color convert

RGB 170 118 44 -
CMYK 0 0.31 0.74 0.33
HSL 35.24º 0.59% 0.42% -
HSV(B) 35.24º 0.74% 0.67% -
XYZ 23.51 21.68 5.33 -
YUV 125.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 170 118 44 0 0.31 0.74 0.33 35.24 0.59 0.42
Hex AA 76 2C 0 1F 4A 21 23 3B 2A
Octal 252 166 54 0 37 112 41 43 73 52
Binary 10101010 1110110 101100 0 11111 1001010 100001 100011 111011 101010

Color Harmonies of #AA762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA762C

Black with #AA762C

Text Example


Text Example

White with #AA762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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