#A29073

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

Shades of Pale Oyster #A29073

Tints of Pale Oyster #A29073

Color information

#A29073 (or 0xA29073) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 73. RGB value is (162,144,115). Sum of RGB (Red+Green+Blue) = 162+144+115=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A29073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29073 is #5D6F8C. Grayscale: #929292. Windows color (decimal): -6123405 or 7573666. OLE color: 7573666.

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

Color convert

RGB162144115-
CMYK00.110.290.36
HSL37.02º20.17%54.31%-
HSV(B)37.02º29.01%63.53%-
XYZ27.9728.8720.32-
YUV146.08110.46139.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=38.48%
G=34.20%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214411500.110.290.3637.0220.1754.31
HexA290730B1D24251436
Octal2422201630133544452466
Binary10100010100100001110011010111110110010010010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29073; }

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

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

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

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

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

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

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

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