#A29062

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

Shades of Pale Oyster #A29062

Tints of Pale Oyster #A29062

Color information

#A29062 (or 0xA29062) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 62. RGB value is (162,144,98). Sum of RGB (Red+Green+Blue) = 162+144+98=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A29062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29062 is #5D6F9D. Grayscale: #909090. Windows color (decimal): -6123422 or 6459554. OLE color: 6459554.

HSL color Cylindrical-coordinate representation of color #A29062: hue angle of 43.13º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A29062 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16214498-
CMYK00.110.400.36
HSL43.13º25.6%50.98%-
HSV(B)43.13º39.51%63.53%-
XYZ27.0828.5115.63-
YUV144.14101.96140.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 98 (38.67% from 255) = 24.26%
R=40.10%
G=35.64%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621449800.110.400.3643.1325.650.98
HexA290620B28242b1a33
Octal2422201420135044533263
Binary101000101001000011000100101110100010010010101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29062; }

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

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

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

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

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

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

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

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