Html Css Color HEX #AA7427 Hot Toddy

📋 copy color: '#AA7427'

red 170 ◦ green 116 ◦ blue 39

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

Shades of Hot Toddy #AA7427

Tints of Hot Toddy #AA7427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 39 (15.63% from 255) = 12%

R = 52.31%
G = 35.69%
B = 12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA7427 (or 0xAA7427) is known color: Hot Toddy. HEX triplet: AA, 74 and 27. RGB value is (170,116,39). Sum of RGB (Red+Green+Blue) = 170+116+39=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7427 is #558BD8. Grayscale: #7B7B7B. Windows color (decimal): -5606361 or 2585770. OLE color: 2585770.

HSL color Cylindrical-coordinate representation of color #AA7427: hue angle of 35.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA7427 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 116 39 -
CMYK 0 0.32 0.77 0.33
HSL 35.27º 0.63% 0.41% -
HSV(B) 35.27º 0.77% 0.67% -
XYZ 23.19 21.18 4.79 -
YUV 123.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 170 116 39 0 0.32 0.77 0.33 35.27 0.63 0.41
Hex AA 74 27 0 20 4D 21 23 3F 29
Octal 252 164 47 0 40 115 41 43 77 51
Binary 10101010 1110100 100111 0 100000 1001101 100001 100011 111111 101001

Color Harmonies of #AA7427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7427

Black with #AA7427

Text Example


Text Example

White with #AA7427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7427; }

 p { color: rgb(170,116,39); }

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

background-color css

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

 a { background-color: rgb(170,116,39); }

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

border-color css

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

 span { border-color: rgb(170,116,39); }

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