Html Css Color HEX #AA7535 Hot Toddy

📋 copy color: '#AA7535'

red 170 ◦ green 117 ◦ blue 53

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

Shades of Hot Toddy #AA7535

Tints of Hot Toddy #AA7535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 50%
G = 34.41%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA7535 (or 0xAA7535) is known color: Hot Toddy. HEX triplet: AA, 75 and 35. RGB value is (170,117,53). Sum of RGB (Red+Green+Blue) = 170+117+53=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7535 is #558ACA. Grayscale: #7D7D7D. Windows color (decimal): -5606091 or 3503530. OLE color: 3503530.

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

Color convert

RGB 170 117 53 -
CMYK 0 0.31 0.69 0.33
HSL 32.82º 0.52% 0.44% -
HSV(B) 32.82º 0.69% 0.67% -
XYZ 23.58 21.53 6.28 -
YUV 125.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 170 117 53 0 0.31 0.69 0.33 32.82 0.52 0.44
Hex AA 75 35 0 1F 45 21 21 34 2C
Octal 252 165 65 0 37 105 41 41 64 54
Binary 10101010 1110101 110101 0 11111 1000101 100001 100001 110100 101100

Color Harmonies of #AA7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7535

Black with #AA7535

Text Example


Text Example

White with #AA7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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