#A29375

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

Shades of Pale Oyster #A29375

Tints of Pale Oyster #A29375

Color information

#A29375 (or 0xA29375) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 75. RGB value is (162,147,117). Sum of RGB (Red+Green+Blue) = 162+147+117=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29375 is #5D6C8A. Grayscale: #949494. Windows color (decimal): -6122635 or 7705506. OLE color: 7705506.

HSL color Cylindrical-coordinate representation of color #A29375: hue angle of 40º 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 #A29375 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB162147117-
CMYK00.090.280.36
HSL40º19.48%54.71%-
HSV(B)40º27.78%63.53%-
XYZ28.5429.8321.08-
YUV148.06110.47137.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=38.03%
G=34.51%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214711700.090.280.364019.4854.71
HexA29375091C24281337
Octal2422231650113444502367
Binary10100010100100111110101010011110010010010100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29375; }

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

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

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

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

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

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

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

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