#A28E70

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

Shades of Pale Oyster #A28E70

Tints of Pale Oyster #A28E70

Color information

#A28E70 (or 0xA28E70) is unknown color: approx Pale Oyster. HEX triplet: A2, 8E and 70. RGB value is (162,142,112). Sum of RGB (Red+Green+Blue) = 162+142+112=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E70 is #5D718F. Grayscale: #909090. Windows color (decimal): -6123920 or 7376546. OLE color: 7376546.

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

Color convert

RGB162142112-
CMYK00.120.310.36
HSL36º21.19%53.73%-
HSV(B)36º30.86%63.53%-
XYZ27.528.219.32-
YUV144.56109.63140.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=38.94%
G=34.13%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214211200.120.310.363621.1953.73
HexA28E700C1F24241536
Octal2422161600143744442566
Binary10100010100011101110000011001111110010010010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E70; }

 p { color: rgb(162,142,112); }

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

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

 a { background-color: rgb(162,142,112); }

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

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

 span { border-color: rgb(162,142,112); }

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