#A9755F

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

Shades of Toast #A9755F

Tints of Toast #A9755F

Color information

#A9755F (or 0xA9755F) is unknown color: approx Toast. HEX triplet: A9, 75 and 5F. RGB value is (169,117,95). Sum of RGB (Red+Green+Blue) = 169+117+95=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9755F is #568AA0. Grayscale: #828282. Windows color (decimal): -5671585 or 6256041. OLE color: 6256041.

HSL color Cylindrical-coordinate representation of color #A9755F: hue angle of 17.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9755F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16911795-
CMYK00.310.440.34
HSL17.84º30.08%51.76%-
HSV(B)17.84º43.79%66.27%-
XYZ24.7921.9813.76-
YUV130.04108.23155.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=44.36%
G=30.71%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691179500.310.440.3417.8430.0851.76
HexA9755F01F2C22121e34
Octal2511651370375442223664
Binary10101001111010110111110111111011001000101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9755F; }

 p { color: rgb(169,117,95); }

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

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

 a { background-color: rgb(169,117,95); }

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

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

 span { border-color: rgb(169,117,95); }

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