Html Css Color HEX #AA7D33 Hot Toddy

📋 copy color: '#AA7D33'

red 170 ◦ green 125 ◦ blue 51

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

Shades of Hot Toddy #AA7D33

Tints of Hot Toddy #AA7D33

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 49.13%
G = 36.13%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA7D33 (or 0xAA7D33) is known color: Hot Toddy. HEX triplet: AA, 7D and 33. RGB value is (170,125,51). Sum of RGB (Red+Green+Blue) = 170+125+51=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D33 is #5582CC. Grayscale: #828282. Windows color (decimal): -5604045 or 3374506. OLE color: 3374506.

HSL color Cylindrical-coordinate representation of color #AA7D33: hue angle of 37.31º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA7D33 is Cyan = 0, Magento = 0.26, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 125 51 -
CMYK 0 0.26 0.7 0.33
HSL 37.31º 0.54% 0.43% -
HSV(B) 37.31º 0.7% 0.67% -
XYZ 24.51 23.45 6.37 -
YUV 130.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 170 125 51 0 0.26 0.7 0.33 37.31 0.54 0.43
Hex AA 7D 33 0 1A 46 21 25 36 2B
Octal 252 175 63 0 32 106 41 45 66 53
Binary 10101010 1111101 110011 0 11010 1000110 100001 100101 110110 101011

Color Harmonies of #AA7D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D33

Black with #AA7D33

Text Example


Text Example

White with #AA7D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D33; }

 p { color: rgb(170,125,51); }

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

background-color css

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

 a { background-color: rgb(170,125,51); }

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

border-color css

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

 span { border-color: rgb(170,125,51); }

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