#A9762A

Color #A9762A Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A9762A

Tints of Hot Toddy #A9762A

Color information

#A9762A (or 0xA9762A) is unknown color: approx Hot Toddy. HEX triplet: A9, 76 and 2A. RGB value is (169,118,42). Sum of RGB (Red+Green+Blue) = 169+118+42=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9762A is #5689D5. Grayscale: #7C7C7C. Windows color (decimal): -5671382 or 2782889. OLE color: 2782889.

HSL color Cylindrical-coordinate representation of color #A9762A: hue angle of 35.91º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9762A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16911842-
CMYK00.300.750.34
HSL35.91º60.19%41.37%-
HSV(B)35.91º75.15%66.27%-
XYZ23.2621.565.13-
YUV124.5881.4159.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=51.37%
G=35.87%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691184200.300.750.3435.9160.1941.37
HexA9762A01E4B22243c29
Octal2511665203611342447451
Binary1010100111101101010100111101001011100010100100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9762A; }

 p { color: rgb(169,118,42); }

 H1.HeaderClassName
 {
   color: #A9762A;
 }
 .AnyTagClassName
 {
   color: #A9762A;
 }
</style>
background-color css

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

 a { background-color: rgb(169,118,42); }

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

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

 span { border-color: rgb(169,118,42); }

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