#A29369

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

Shades of Pale Oyster #A29369

Tints of Pale Oyster #A29369

Color information

#A29369 (or 0xA29369) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 69. RGB value is (162,147,105). Sum of RGB (Red+Green+Blue) = 162+147+105=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29369 is #5D6C96. Grayscale: #929292. Windows color (decimal): -6122647 or 6919074. OLE color: 6919074.

HSL color Cylindrical-coordinate representation of color #A29369: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29369 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB162147105-
CMYK00.090.350.36
HSL44.21º23.46%52.35%-
HSV(B)44.21º35.19%63.53%-
XYZ27.8829.5717.6-
YUV146.7104.47138.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=39.13%
G=35.51%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214710500.090.350.3644.2123.4652.35
HexA293690923242c1734
Octal2422231510114344542764
Binary101000101001001111010010100110001110010010110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29369; }

 p { color: rgb(162,147,105); }

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

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

 a { background-color: rgb(162,147,105); }

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

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

 span { border-color: rgb(162,147,105); }

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