#A2906F

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

Shades of Pale Oyster #A2906F

Tints of Pale Oyster #A2906F

Color information

#A2906F (or 0xA2906F) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 6F. RGB value is (162,144,111). Sum of RGB (Red+Green+Blue) = 162+144+111=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2906F is #5D6F90. Grayscale: #919191. Windows color (decimal): -6123409 or 7311522. OLE color: 7311522.

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

Color convert

RGB162144111-
CMYK00.110.310.36
HSL38.82º21.52%53.53%-
HSV(B)38.82º31.48%63.53%-
XYZ27.7428.7819.13-
YUV145.62108.46139.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=38.85%
G=34.53%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214411100.110.310.3638.8221.5253.53
HexA2906F0B1F24271636
Octal2422201570133744472666
Binary10100010100100001101111010111111110010010011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2906F; }

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

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

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

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

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

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

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

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