Html Css Color HEX #AA7B25 Hot Toddy

📋 copy color: '#AA7B25'

red 170 ◦ green 123 ◦ blue 37

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

Shades of Hot Toddy #AA7B25

Tints of Hot Toddy #AA7B25

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.27%

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

R = 51.52%
G = 37.27%
B = 11.21%

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

#AA7B25 (or 0xAA7B25) is known color: Hot Toddy. HEX triplet: AA, 7B and 25. RGB value is (170,123,37). Sum of RGB (Red+Green+Blue) = 170+123+37=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B25 is #5584DA. Grayscale: #7F7F7F. Windows color (decimal): -5604571 or 2456490. OLE color: 2456490.

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

Color convert

RGB 170 123 37 -
CMYK 0 0.28 0.78 0.33
HSL 38.8º 0.64% 0.41% -
HSV(B) 38.8º 0.78% 0.67% -
XYZ 23.99 22.85 4.9 -
YUV 127.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 170 123 37 0 0.28 0.78 0.33 38.8 0.64 0.41
Hex AA 7B 25 0 1C 4E 21 27 40 29
Octal 252 173 45 0 34 116 41 47 100 51
Binary 10101010 1111011 100101 0 11100 1001110 100001 100111 1000000 101001

Color Harmonies of #AA7B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B25

Black with #AA7B25

Text Example


Text Example

White with #AA7B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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