#A2936E

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

Shades of Pale Oyster #A2936E

Tints of Pale Oyster #A2936E

Color information

#A2936E (or 0xA2936E) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 6E. RGB value is (162,147,110). Sum of RGB (Red+Green+Blue) = 162+147+110=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2936E is #5D6C91. Grayscale: #939393. Windows color (decimal): -6122642 or 7246754. OLE color: 7246754.

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

Color convert

RGB162147110-
CMYK00.090.320.36
HSL42.69º21.85%53.33%-
HSV(B)42.69º32.1%63.53%-
XYZ28.1529.6719-
YUV147.27106.97138.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=38.66%
G=35.08%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214711000.090.320.3642.6921.8553.33
HexA2936E0920242b1635
Octal2422231560114044532665
Binary101000101001001111011100100110000010010010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2936E; }

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

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

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

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

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

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

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

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