#A29370

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

Shades of Pale Oyster #A29370

Tints of Pale Oyster #A29370

Color information

#A29370 (or 0xA29370) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 70. RGB value is (162,147,112). Sum of RGB (Red+Green+Blue) = 162+147+112=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A29370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29370 is #5D6C8F. Grayscale: #939393. Windows color (decimal): -6122640 or 7377826. OLE color: 7377826.

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

Color convert

RGB162147112-
CMYK00.090.310.36
HSL42º21.19%53.73%-
HSV(B)42º30.86%63.53%-
XYZ28.2629.7219.58-
YUV147.5107.97138.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=38.48%
G=34.92%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214711200.090.310.364221.1953.73
HexA29370091F242a1536
Octal2422231600113744522566
Binary10100010100100111110000010011111110010010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29370; }

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

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

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

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

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

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

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

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