#A2926D

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

Shades of Pale Oyster #A2926D

Tints of Pale Oyster #A2926D

Color information

#A2926D (or 0xA2926D) is unknown color: approx Pale Oyster. HEX triplet: A2, 92 and 6D. RGB value is (162,146,109). Sum of RGB (Red+Green+Blue) = 162+146+109=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2926D is #5D6D92. Grayscale: #929292. Windows color (decimal): -6122899 or 7180962. OLE color: 7180962.

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

Color convert

RGB162146109-
CMYK00.100.330.36
HSL41.89º22.18%53.14%-
HSV(B)41.89º32.72%63.53%-
XYZ27.9429.3418.66-
YUV146.57106.8139.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=38.85%
G=35.01%
B=26.14%

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
Decimal16214610900.100.330.3641.8922.1853.14
HexA2926D0A21242a1635
Octal2422221550124144522665
Binary101000101001001011011010101010000110010010101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2926D; }

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

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

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

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

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

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

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

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