Html Css Color HEX #AA7D35 Hot Toddy

📋 copy color: '#AA7D35'

red 170 ◦ green 125 ◦ blue 53

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

Shades of Hot Toddy #AA7D35

Tints of Hot Toddy #AA7D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 48.85%
G = 35.92%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA7D35 (or 0xAA7D35) is known color: Hot Toddy. HEX triplet: AA, 7D and 35. RGB value is (170,125,53). Sum of RGB (Red+Green+Blue) = 170+125+53=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D35 is #5582CA. Grayscale: #828282. Windows color (decimal): -5604043 or 3505578. OLE color: 3505578.

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

Color convert

RGB 170 125 53 -
CMYK 0 0.26 0.69 0.33
HSL 36.92º 0.52% 0.44% -
HSV(B) 36.92º 0.69% 0.67% -
XYZ 24.55 23.47 6.6 -
YUV 130.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 170 125 53 0 0.26 0.69 0.33 36.92 0.52 0.44
Hex AA 7D 35 0 1A 45 21 25 34 2C
Octal 252 175 65 0 32 105 41 45 64 54
Binary 10101010 1111101 110101 0 11010 1000101 100001 100101 110100 101100

Color Harmonies of #AA7D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D35

Black with #AA7D35

Text Example


Text Example

White with #AA7D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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