#A38F6B

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

Shades of Pale Oyster #A38F6B

Tints of Pale Oyster #A38F6B

Color information

#A38F6B (or 0xA38F6B) is unknown color: approx Pale Oyster. HEX triplet: A3, 8F and 6B. RGB value is (163,143,107). Sum of RGB (Red+Green+Blue) = 163+143+107=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F6B is #5C7094. Grayscale: #919191. Windows color (decimal): -6058133 or 7049123. OLE color: 7049123.

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

Color convert

RGB163143107-
CMYK00.120.340.36
HSL38.57º23.33%52.94%-
HSV(B)38.57º34.36%63.92%-
XYZ27.5828.4917.96-
YUV144.88106.63140.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=39.47%
G=34.62%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314310700.120.340.3638.5723.3352.94
HexA38F6B0C2224271735
Octal2432171530144244472765
Binary101000111000111111010110110010001010010010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F6B; }

 p { color: rgb(163,143,107); }

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

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

 a { background-color: rgb(163,143,107); }

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

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

 span { border-color: rgb(163,143,107); }

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