#A48F69

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

Shades of Pale Oyster #A48F69

Tints of Pale Oyster #A48F69

Color information

#A48F69 (or 0xA48F69) is unknown color: approx Pale Oyster. HEX triplet: A4, 8F and 69. RGB value is (164,143,105). Sum of RGB (Red+Green+Blue) = 164+143+105=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F69 is #5B7096. Grayscale: #919191. Windows color (decimal): -5992599 or 6918052. OLE color: 6918052.

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

Color convert

RGB164143105-
CMYK00.130.360.36
HSL38.64º24.48%52.75%-
HSV(B)38.64º35.98%64.31%-
XYZ27.6828.5617.42-
YUV144.95105.46141.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=39.81%
G=34.71%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414310500.130.360.3638.6424.4852.75
HexA48F690D2424271835
Octal2442171510154444473065
Binary101001001000111111010010110110010010010010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F69; }

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

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

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

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

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

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

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

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