#A08A85

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

Shades of Suva Grey #A08A85

Tints of Suva Grey #A08A85

Color information

#A08A85 (or 0xA08A85) is unknown color: approx Suva Grey. HEX triplet: A0, 8A and 85. RGB value is (160,138,133). Sum of RGB (Red+Green+Blue) = 160+138+133=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A85 is #5F757A. Grayscale: #909090. Windows color (decimal): -6255995 or 8751776. OLE color: 8751776.

HSL color Cylindrical-coordinate representation of color #A08A85: hue angle of 11.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08A85 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB160138133-
CMYK00.140.170.37
HSL11.11º12.44%57.45%-
HSV(B)11.11º16.88%62.75%-
XYZ27.8227.3426-
YUV144.01121.79139.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=37.12%
G=32.02%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013813300.140.170.3711.1112.4457.45
HexA08A850E1125bc39
Octal2402122050162145131471
Binary101000001000101010000101011101000110010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A85; }

 p { color: rgb(160,138,133); }

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

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

 a { background-color: rgb(160,138,133); }

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

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

 span { border-color: rgb(160,138,133); }

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