#A29075

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

Shades of Pale Oyster #A29075

Tints of Pale Oyster #A29075

Color information

#A29075 (or 0xA29075) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 75. RGB value is (162,144,117). Sum of RGB (Red+Green+Blue) = 162+144+117=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A29075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29075 is #5D6F8A. Grayscale: #929292. Windows color (decimal): -6123403 or 7704738. OLE color: 7704738.

HSL color Cylindrical-coordinate representation of color #A29075: hue angle of 36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29075 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB162144117-
CMYK00.110.280.36
HSL36º19.48%54.71%-
HSV(B)36º27.78%63.53%-
XYZ28.0828.9120.93-
YUV146.3111.46139.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=38.30%
G=34.04%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214411700.110.280.363619.4854.71
HexA290750B1C24241337
Octal2422201650133444442367
Binary10100010100100001110101010111110010010010010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29075; }

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

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

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

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

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

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

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

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