#A2926E

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

Shades of Pale Oyster #A2926E

Tints of Pale Oyster #A2926E

Color information

#A2926E (or 0xA2926E) is unknown color: approx Pale Oyster. HEX triplet: A2, 92 and 6E. RGB value is (162,146,110). Sum of RGB (Red+Green+Blue) = 162+146+110=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2926E is #5D6D91. Grayscale: #929292. Windows color (decimal): -6122898 or 7246498. OLE color: 7246498.

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

Color convert

RGB162146110-
CMYK00.100.320.36
HSL41.54º21.85%53.33%-
HSV(B)41.54º32.1%63.53%-
XYZ27.9929.3618.94-
YUV146.68107.3138.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=38.76%
G=34.93%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214611000.100.320.3641.5421.8553.33
HexA2926E0A20242a1635
Octal2422221560124044522665
Binary101000101001001011011100101010000010010010101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2926E; }

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

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

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

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

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

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

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

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