Html Css Color HEX #A97A20 Hot Toddy

📋 copy color: '#A97A20'

red 169 ◦ green 122 ◦ blue 32

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

Shades of Hot Toddy #A97A20

Tints of Hot Toddy #A97A20

RGB

 RED value IS 169 (66.41% from 255) = 52.32%

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

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 52.32%
G = 37.77%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A97A20 (or 0xA97A20) is known color: Hot Toddy. HEX triplet: A9, 7A and 20. RGB value is (169,122,32). Sum of RGB (Red+Green+Blue) = 169+122+32=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A20 is #5685DF. Grayscale: #7E7E7E. Windows color (decimal): -5670368 or 2128553. OLE color: 2128553.

HSL color Cylindrical-coordinate representation of color #A97A20: hue angle of 39.42º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A97A20 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 122 32 -
CMYK 0 0.28 0.81 0.34
HSL 39.42º 0.68% 0.39% -
HSV(B) 39.42º 0.81% 0.66% -
XYZ 23.58 22.46 4.46 -
YUV 125.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 169 122 32 0 0.28 0.81 0.34 39.42 0.68 0.39
Hex A9 7A 20 0 1C 51 22 27 44 27
Octal 251 172 40 0 34 121 42 47 104 47
Binary 10101001 1111010 100000 0 11100 1010001 100010 100111 1000100 100111

Color Harmonies of #A97A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A20

Black with #A97A20

Text Example


Text Example

White with #A97A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A20; }

 p { color: rgb(169,122,32); }

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

background-color css

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

 a { background-color: rgb(169,122,32); }

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

border-color css

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

 span { border-color: rgb(169,122,32); }

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