Html Css Color HEX #AA7130 Hot Toddy

📋 copy color: '#AA7130'

red 170 ◦ green 113 ◦ blue 48

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

Shades of Hot Toddy #AA7130

Tints of Hot Toddy #AA7130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.14%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 51.36%
G = 34.14%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA7130 (or 0xAA7130) is known color: Hot Toddy. HEX triplet: AA, 71 and 30. RGB value is (170,113,48). Sum of RGB (Red+Green+Blue) = 170+113+48=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7130 is #558ECF. Grayscale: #7A7A7A. Windows color (decimal): -5607120 or 3174826. OLE color: 3174826.

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

Color convert

RGB 170 113 48 -
CMYK 0 0.34 0.72 0.33
HSL 31.97º 0.56% 0.43% -
HSV(B) 31.97º 0.72% 0.67% -
XYZ 23.02 20.57 5.55 -
YUV 122.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 170 113 48 0 0.34 0.72 0.33 31.97 0.56 0.43
Hex AA 71 30 0 22 48 21 20 38 2B
Octal 252 161 60 0 42 110 41 40 70 53
Binary 10101010 1110001 110000 0 100010 1001000 100001 100000 111000 101011

Color Harmonies of #AA7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7130

Black with #AA7130

Text Example


Text Example

White with #AA7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7130; }

 p { color: rgb(170,113,48); }

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

background-color css

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

 a { background-color: rgb(170,113,48); }

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

border-color css

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

 span { border-color: rgb(170,113,48); }

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