#A08B69

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

Shades of Pale Oyster #A08B69

Tints of Pale Oyster #A08B69

Color information

#A08B69 (or 0xA08B69) is unknown color: approx Pale Oyster. HEX triplet: A0, 8B and 69. RGB value is (160,139,105). Sum of RGB (Red+Green+Blue) = 160+139+105=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B69 is #5F7496. Grayscale: #8D8D8D. Windows color (decimal): -6255767 or 6917024. OLE color: 6917024.

HSL color Cylindrical-coordinate representation of color #A08B69: hue angle of 37.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A08B69 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB160139105-
CMYK00.130.340.37
HSL37.09º22.45%51.96%-
HSV(B)37.09º34.38%62.75%-
XYZ26.2826.9617.18-
YUV141.4107.46141.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=39.60%
G=34.41%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013910500.130.340.3737.0922.4551.96
HexA08B690D2225251634
Octal2402131510154245452664
Binary101000001000101111010010110110001010010110010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B69; }

 p { color: rgb(160,139,105); }

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

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

 a { background-color: rgb(160,139,105); }

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

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

 span { border-color: rgb(160,139,105); }

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