#A38F6D

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

Shades of Pale Oyster #A38F6D

Tints of Pale Oyster #A38F6D

Color information

#A38F6D (or 0xA38F6D) is unknown color: approx Pale Oyster. HEX triplet: A3, 8F and 6D. RGB value is (163,143,109). Sum of RGB (Red+Green+Blue) = 163+143+109=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F6D is #5C7092. Grayscale: #919191. Windows color (decimal): -6058131 or 7180195. OLE color: 7180195.

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

Color convert

RGB163143109-
CMYK00.120.330.36
HSL37.78º22.69%53.33%-
HSV(B)37.78º33.13%63.92%-
XYZ27.6928.5418.52-
YUV145.1107.63140.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=39.28%
G=34.46%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314310900.120.330.3637.7822.6953.33
HexA38F6D0C2124261735
Octal2432171550144144462765
Binary101000111000111111011010110010000110010010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F6D; }

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

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

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

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

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

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

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

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