#A9775F

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

Shades of Toast #A9775F

Tints of Toast #A9775F

Color information

#A9775F (or 0xA9775F) is unknown color: approx Toast. HEX triplet: A9, 77 and 5F. RGB value is (169,119,95). Sum of RGB (Red+Green+Blue) = 169+119+95=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9775F is #5688A0. Grayscale: #838383. Windows color (decimal): -5671073 or 6256553. OLE color: 6256553.

HSL color Cylindrical-coordinate representation of color #A9775F: hue angle of 19.46º 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 #A9775F is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16911995-
CMYK00.300.440.34
HSL19.46º30.08%51.76%-
HSV(B)19.46º43.79%66.27%-
XYZ25.0222.4513.84-
YUV131.21107.56154.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=44.13%
G=31.07%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691199500.300.440.3419.4630.0851.76
HexA9775F01E2C22131e34
Octal2511671370365442233664
Binary10101001111011110111110111101011001000101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9775F; }

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

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

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

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

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

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

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

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