#A2906C

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

Shades of Pale Oyster #A2906C

Tints of Pale Oyster #A2906C

Color information

#A2906C (or 0xA2906C) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 6C. RGB value is (162,144,108). Sum of RGB (Red+Green+Blue) = 162+144+108=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A2906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2906C is #5D6F93. Grayscale: #919191. Windows color (decimal): -6123412 or 7114914. OLE color: 7114914.

HSL color Cylindrical-coordinate representation of color #A2906C: hue angle of 40º 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 #A2906C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162144108-
CMYK00.110.330.36
HSL40º22.5%52.94%-
HSV(B)40º33.33%63.53%-
XYZ27.5828.7118.28-
YUV145.28106.96139.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=39.13%
G=34.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214410800.110.330.364022.552.94
HexA2906C0B2124281735
Octal2422201540134144502765
Binary101000101001000011011000101110000110010010100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2906C; }

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

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

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

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

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

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

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

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