Html Css Color HEX #AA7334 Hot Toddy

📋 copy color: '#AA7334'

red 170 ◦ green 115 ◦ blue 52

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

Shades of Hot Toddy #AA7334

Tints of Hot Toddy #AA7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 50.45%
G = 34.12%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA7334 (or 0xAA7334) is known color: Hot Toddy. HEX triplet: AA, 73 and 34. RGB value is (170,115,52). Sum of RGB (Red+Green+Blue) = 170+115+52=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7334 is #558CCB. Grayscale: #7C7C7C. Windows color (decimal): -5606604 or 3437482. OLE color: 3437482.

HSL color Cylindrical-coordinate representation of color #AA7334: hue angle of 32.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA7334 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 115 52 -
CMYK 0 0.32 0.69 0.33
HSL 32.03º 0.53% 0.44% -
HSV(B) 32.03º 0.69% 0.67% -
XYZ 23.33 21.06 6.08 -
YUV 124.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 170 115 52 0 0.32 0.69 0.33 32.03 0.53 0.44
Hex AA 73 34 0 20 45 21 20 35 2C
Octal 252 163 64 0 40 105 41 40 65 54
Binary 10101010 1110011 110100 0 100000 1000101 100001 100000 110101 101100

Color Harmonies of #AA7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7334

Black with #AA7334

Text Example


Text Example

White with #AA7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7334; }

 p { color: rgb(170,115,52); }

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

background-color css

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

 a { background-color: rgb(170,115,52); }

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

border-color css

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

 span { border-color: rgb(170,115,52); }

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