#A28F67

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

Shades of Pale Oyster #A28F67

Tints of Pale Oyster #A28F67

Color information

#A28F67 (or 0xA28F67) is unknown color: approx Pale Oyster. HEX triplet: A2, 8F and 67. RGB value is (162,143,103). Sum of RGB (Red+Green+Blue) = 162+143+103=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F67 is #5D7098. Grayscale: #909090. Windows color (decimal): -6123673 or 6786978. OLE color: 6786978.

HSL color Cylindrical-coordinate representation of color #A28F67: hue angle of 40.68º 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 #A28F67 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB162143103-
CMYK00.120.360.36
HSL40.68º24.08%51.96%-
HSV(B)40.68º36.42%63.53%-
XYZ27.1728.3116.86-
YUV144.12104.79140.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=39.71%
G=35.05%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214310300.120.360.3640.6824.0851.96
HexA28F670C2424291834
Octal2422171470144444513064
Binary101000101000111111001110110010010010010010100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F67; }

 p { color: rgb(162,143,103); }

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

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

 a { background-color: rgb(162,143,103); }

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

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

 span { border-color: rgb(162,143,103); }

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