Html Css Color HEX #AA7A34 Hot Toddy

📋 copy color: '#AA7A34'

red 170 ◦ green 122 ◦ blue 52

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

Shades of Hot Toddy #AA7A34

Tints of Hot Toddy #AA7A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

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

R = 49.42%
G = 35.47%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA7A34 (or 0xAA7A34) is known color: Hot Toddy. HEX triplet: AA, 7A and 34. RGB value is (170,122,52). Sum of RGB (Red+Green+Blue) = 170+122+52=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A34 is #5585CB. Grayscale: #808080. Windows color (decimal): -5604812 or 3439274. OLE color: 3439274.

HSL color Cylindrical-coordinate representation of color #AA7A34: hue angle of 35.59º 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 #AA7A34 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 52 -
CMYK 0 0.28 0.69 0.33
HSL 35.59º 0.53% 0.44% -
HSV(B) 35.59º 0.69% 0.67% -
XYZ 24.16 22.71 6.36 -
YUV 128.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 170 122 52 0 0.28 0.69 0.33 35.59 0.53 0.44
Hex AA 7A 34 0 1C 45 21 24 35 2C
Octal 252 172 64 0 34 105 41 44 65 54
Binary 10101010 1111010 110100 0 11100 1000101 100001 100100 110101 101100

Color Harmonies of #AA7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A34

Black with #AA7A34

Text Example


Text Example

White with #AA7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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