Html Css Color HEX #AA752D Hot Toddy

📋 copy color: '#AA752D'

red 170 ◦ green 117 ◦ blue 45

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

Shades of Hot Toddy #AA752D

Tints of Hot Toddy #AA752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 51.2%
G = 35.24%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA752D (or 0xAA752D) is known color: Hot Toddy. HEX triplet: AA, 75 and 2D. RGB value is (170,117,45). Sum of RGB (Red+Green+Blue) = 170+117+45=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA752D is #558AD2. Grayscale: #7C7C7C. Windows color (decimal): -5606099 or 2979242. OLE color: 2979242.

HSL color Cylindrical-coordinate representation of color #AA752D: hue angle of 34.56º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA752D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 117 45 -
CMYK 0 0.31 0.74 0.33
HSL 34.56º 0.58% 0.42% -
HSV(B) 34.56º 0.74% 0.67% -
XYZ 23.41 21.46 5.39 -
YUV 124.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 170 117 45 0 0.31 0.74 0.33 34.56 0.58 0.42
Hex AA 75 2D 0 1F 4A 21 23 3A 2A
Octal 252 165 55 0 37 112 41 43 72 52
Binary 10101010 1110101 101101 0 11111 1001010 100001 100011 111010 101010

Color Harmonies of #AA752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA752D

Black with #AA752D

Text Example


Text Example

White with #AA752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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