#A48F67

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

Shades of Pale Oyster #A48F67

Tints of Pale Oyster #A48F67

Color information

#A48F67 (or 0xA48F67) is unknown color: approx Pale Oyster. HEX triplet: A4, 8F and 67. RGB value is (164,143,103). Sum of RGB (Red+Green+Blue) = 164+143+103=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F67 is #5B7098. Grayscale: #909090. Windows color (decimal): -5992601 or 6786980. OLE color: 6786980.

HSL color Cylindrical-coordinate representation of color #A48F67: hue angle of 39.34º degrees, saturation: 0.25, 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 #A48F67 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB164143103-
CMYK00.130.370.36
HSL39.34º25.1%52.35%-
HSV(B)39.34º37.2%64.31%-
XYZ27.5828.5216.88-
YUV144.72104.46141.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 103 (40.62% from 255) = 25.12%
R=40%
G=34.88%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414310300.130.370.3639.3425.152.35
HexA48F670D2524271934
Octal2442171470154544473164
Binary101001001000111111001110110110010110010010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F67; }

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

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

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

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

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

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

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

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