Html Css Color HEX #AA762F Hot Toddy

📋 copy color: '#AA762F'

red 170 ◦ green 118 ◦ blue 47

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

Shades of Hot Toddy #AA762F

Tints of Hot Toddy #AA762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

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

R = 50.75%
G = 35.22%
B = 14.03%

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

#AA762F (or 0xAA762F) is known color: Hot Toddy. HEX triplet: AA, 76 and 2F. RGB value is (170,118,47). Sum of RGB (Red+Green+Blue) = 170+118+47=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA762F is #5589D0. Grayscale: #7D7D7D. Windows color (decimal): -5605841 or 3110570. OLE color: 3110570.

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

Color convert

RGB 170 118 47 -
CMYK 0 0.31 0.72 0.33
HSL 34.63º 0.57% 0.43% -
HSV(B) 34.63º 0.72% 0.67% -
XYZ 23.57 21.71 5.64 -
YUV 125.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 170 118 47 0 0.31 0.72 0.33 34.63 0.57 0.43
Hex AA 76 2F 0 1F 48 21 23 39 2B
Octal 252 166 57 0 37 110 41 43 71 53
Binary 10101010 1110110 101111 0 11111 1001000 100001 100011 111001 101011

Color Harmonies of #AA762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA762F

Black with #AA762F

Text Example


Text Example

White with #AA762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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