Html Css Color HEX #AA7A2B Hot Toddy

📋 copy color: '#AA7A2B'

red 170 ◦ green 122 ◦ blue 43

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

Shades of Hot Toddy #AA7A2B

Tints of Hot Toddy #AA7A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 50.75%
G = 36.42%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA7A2B (or 0xAA7A2B) is known color: Hot Toddy. HEX triplet: AA, 7A and 2B. RGB value is (170,122,43). Sum of RGB (Red+Green+Blue) = 170+122+43=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A2B is #5585D4. Grayscale: #7F7F7F. Windows color (decimal): -5604821 or 2849450. OLE color: 2849450.

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

Color convert

RGB 170 122 43 -
CMYK 0 0.28 0.75 0.33
HSL 37.32º 0.6% 0.42% -
HSV(B) 37.32º 0.75% 0.67% -
XYZ 23.97 22.64 5.39 -
YUV 127.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 170 122 43 0 0.28 0.75 0.33 37.32 0.6 0.42
Hex AA 7A 2B 0 1C 4B 21 25 3C 2A
Octal 252 172 53 0 34 113 41 45 74 52
Binary 10101010 1111010 101011 0 11100 1001011 100001 100101 111100 101010

Color Harmonies of #AA7A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A2B

Black with #AA7A2B

Text Example


Text Example

White with #AA7A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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