#A2926C

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

Shades of Pale Oyster #A2926C

Tints of Pale Oyster #A2926C

Color information

#A2926C (or 0xA2926C) is unknown color: approx Pale Oyster. HEX triplet: A2, 92 and 6C. RGB value is (162,146,108). Sum of RGB (Red+Green+Blue) = 162+146+108=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2926C is #5D6D93. Grayscale: #929292. Windows color (decimal): -6122900 or 7115426. OLE color: 7115426.

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

Color convert

RGB162146108-
CMYK00.100.330.36
HSL42.22º22.5%52.94%-
HSV(B)42.22º33.33%63.53%-
XYZ27.8929.3218.38-
YUV146.45106.3139.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=38.94%
G=35.10%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214610800.100.330.3642.2222.552.94
HexA2926C0A21242a1735
Octal2422221540124144522765
Binary101000101001001011011000101010000110010010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2926C; }

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

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

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

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

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

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

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

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