Html Css Color HEX #AA752A Hot Toddy

📋 copy color: '#AA752A'

red 170 ◦ green 117 ◦ blue 42

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

Shades of Hot Toddy #AA752A

Tints of Hot Toddy #AA752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 51.67%
G = 35.56%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA752A (or 0xAA752A) is known color: Hot Toddy. HEX triplet: AA, 75 and 2A. RGB value is (170,117,42). Sum of RGB (Red+Green+Blue) = 170+117+42=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA752A is #558AD5. Grayscale: #7C7C7C. Windows color (decimal): -5606102 or 2782634. OLE color: 2782634.

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

Color convert

RGB 170 117 42 -
CMYK 0 0.31 0.75 0.33
HSL 35.16º 0.6% 0.42% -
HSV(B) 35.16º 0.75% 0.67% -
XYZ 23.36 21.44 5.1 -
YUV 124.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 170 117 42 0 0.31 0.75 0.33 35.16 0.6 0.42
Hex AA 75 2A 0 1F 4B 21 23 3C 2A
Octal 252 165 52 0 37 113 41 43 74 52
Binary 10101010 1110101 101010 0 11111 1001011 100001 100011 111100 101010

Color Harmonies of #AA752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA752A

Black with #AA752A

Text Example


Text Example

White with #AA752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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