#A29072

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

Shades of Pale Oyster #A29072

Tints of Pale Oyster #A29072

Color information

#A29072 (or 0xA29072) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 72. RGB value is (162,144,114). Sum of RGB (Red+Green+Blue) = 162+144+114=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A29072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29072 is #5D6F8D. Grayscale: #929292. Windows color (decimal): -6123406 or 7508130. OLE color: 7508130.

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

Color convert

RGB162144114-
CMYK00.110.300.36
HSL37.5º20.51%54.12%-
HSV(B)37.5º29.63%63.53%-
XYZ27.9128.8420.02-
YUV145.96109.96139.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=38.57%
G=34.29%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214411400.110.300.3637.520.5154.12
HexA290720B1E24261536
Octal2422201620133644462566
Binary10100010100100001110010010111111010010010011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29072; }

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

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

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

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

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

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

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

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