#A29068

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

Shades of Pale Oyster #A29068

Tints of Pale Oyster #A29068

Color information

#A29068 (or 0xA29068) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 68. RGB value is (162,144,104). Sum of RGB (Red+Green+Blue) = 162+144+104=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A29068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29068 is #5D6F97. Grayscale: #919191. Windows color (decimal): -6123416 or 6852770. OLE color: 6852770.

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

Color convert

RGB162144104-
CMYK00.110.360.36
HSL41.38º23.77%52.16%-
HSV(B)41.38º35.8%63.53%-
XYZ27.3728.6317.18-
YUV144.82104.96140.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=39.51%
G=35.12%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214410400.110.360.3641.3823.7752.16
HexA290680B2424291834
Octal2422201500134444513064
Binary101000101001000011010000101110010010010010100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29068; }

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

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

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

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

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

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

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

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