#A2936C

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

Shades of Pale Oyster #A2936C

Tints of Pale Oyster #A2936C

Color information

#A2936C (or 0xA2936C) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 6C. RGB value is (162,147,108). Sum of RGB (Red+Green+Blue) = 162+147+108=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2936C is #5D6C93. Grayscale: #939393. Windows color (decimal): -6122644 or 7115682. OLE color: 7115682.

HSL color Cylindrical-coordinate representation of color #A2936C: hue angle of 43.33º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2936C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162147108-
CMYK00.090.330.36
HSL43.33º22.5%52.94%-
HSV(B)43.33º33.33%63.53%-
XYZ28.0429.6318.43-
YUV147.04105.97138.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=38.85%
G=35.25%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214710800.090.330.3643.3322.552.94
HexA2936C0921242b1735
Octal2422231540114144532765
Binary101000101001001111011000100110000110010010101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2936C; }

 p { color: rgb(162,147,108); }

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

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

 a { background-color: rgb(162,147,108); }

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

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

 span { border-color: rgb(162,147,108); }

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