#A29066

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

Shades of Pale Oyster #A29066

Tints of Pale Oyster #A29066

Color information

#A29066 (or 0xA29066) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 66. RGB value is (162,144,102). Sum of RGB (Red+Green+Blue) = 162+144+102=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A29066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29066 is #5D6F99. Grayscale: #909090. Windows color (decimal): -6123418 or 6721698. OLE color: 6721698.

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

Color convert

RGB162144102-
CMYK00.110.370.36
HSL42º24.39%51.76%-
HSV(B)42º37.04%63.53%-
XYZ27.2728.5916.65-
YUV144.59103.96140.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 102 (40.23% from 255) = 25%
R=39.71%
G=35.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214410200.110.370.364224.3951.76
HexA290660B25242a1834
Octal2422201460134544523064
Binary101000101001000011001100101110010110010010101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29066; }

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

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

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

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

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

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

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

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