Html Css Color HEX #AA7A25 Hot Toddy

📋 copy color: '#AA7A25'

red 170 ◦ green 122 ◦ blue 37

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

Shades of Hot Toddy #AA7A25

Tints of Hot Toddy #AA7A25

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 51.67%
G = 37.08%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA7A25 (or 0xAA7A25) is known color: Hot Toddy. HEX triplet: AA, 7A and 25. RGB value is (170,122,37). Sum of RGB (Red+Green+Blue) = 170+122+37=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A25 is #5585DA. Grayscale: #7F7F7F. Windows color (decimal): -5604827 or 2456234. OLE color: 2456234.

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

Color convert

RGB 170 122 37 -
CMYK 0 0.28 0.78 0.33
HSL 38.35º 0.64% 0.41% -
HSV(B) 38.35º 0.78% 0.67% -
XYZ 23.87 22.6 4.85 -
YUV 126.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 170 122 37 0 0.28 0.78 0.33 38.35 0.64 0.41
Hex AA 7A 25 0 1C 4E 21 26 40 29
Octal 252 172 45 0 34 116 41 46 100 51
Binary 10101010 1111010 100101 0 11100 1001110 100001 100110 1000000 101001

Color Harmonies of #AA7A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A25

Black with #AA7A25

Text Example


Text Example

White with #AA7A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A25; }

 p { color: rgb(170,122,37); }

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

background-color css

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

 a { background-color: rgb(170,122,37); }

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

border-color css

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

 span { border-color: rgb(170,122,37); }

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