Html Css Color HEX #AA752F Hot Toddy

📋 copy color: '#AA752F'

red 170 ◦ green 117 ◦ blue 47

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

Shades of Hot Toddy #AA752F

Tints of Hot Toddy #AA752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 50.9%
G = 35.03%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA752F (or 0xAA752F) is known color: Hot Toddy. HEX triplet: AA, 75 and 2F. RGB value is (170,117,47). Sum of RGB (Red+Green+Blue) = 170+117+47=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA752F is #558AD0. Grayscale: #7D7D7D. Windows color (decimal): -5606097 or 3110314. OLE color: 3110314.

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

Color convert

RGB 170 117 47 -
CMYK 0 0.31 0.72 0.33
HSL 34.15º 0.57% 0.43% -
HSV(B) 34.15º 0.72% 0.67% -
XYZ 23.45 21.47 5.6 -
YUV 124.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 170 117 47 0 0.31 0.72 0.33 34.15 0.57 0.43
Hex AA 75 2F 0 1F 48 21 22 39 2B
Octal 252 165 57 0 37 110 41 42 71 53
Binary 10101010 1110101 101111 0 11111 1001000 100001 100010 111001 101011

Color Harmonies of #AA752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA752F

Black with #AA752F

Text Example


Text Example

White with #AA752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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