Html Css Color HEX #AA7A38 Hot Toddy

📋 copy color: '#AA7A38'

red 170 ◦ green 122 ◦ blue 56

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

Shades of Hot Toddy #AA7A38

Tints of Hot Toddy #AA7A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 48.85%
G = 35.06%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA7A38 (or 0xAA7A38) is known color: Hot Toddy. HEX triplet: AA, 7A and 38. RGB value is (170,122,56). Sum of RGB (Red+Green+Blue) = 170+122+56=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A38 is #5585C7. Grayscale: #818181. Windows color (decimal): -5604808 or 3701418. OLE color: 3701418.

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

Color convert

RGB 170 122 56 -
CMYK 0 0.28 0.67 0.33
HSL 34.74º 0.5% 0.44% -
HSV(B) 34.74º 0.67% 0.67% -
XYZ 24.25 22.75 6.85 -
YUV 128.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 170 122 56 0 0.28 0.67 0.33 34.74 0.5 0.44
Hex AA 7A 38 0 1C 43 21 23 32 2C
Octal 252 172 70 0 34 103 41 43 62 54
Binary 10101010 1111010 111000 0 11100 1000011 100001 100011 110010 101100

Color Harmonies of #AA7A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A38

Black with #AA7A38

Text Example


Text Example

White with #AA7A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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