#A38E67

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

Shades of Pale Oyster #A38E67

Tints of Pale Oyster #A38E67

Color information

#A38E67 (or 0xA38E67) is unknown color: approx Pale Oyster. HEX triplet: A3, 8E and 67. RGB value is (163,142,103). Sum of RGB (Red+Green+Blue) = 163+142+103=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E67 is #5C7198. Grayscale: #909090. Windows color (decimal): -6058393 or 6786723. OLE color: 6786723.

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

Color convert

RGB163142103-
CMYK00.130.370.36
HSL39º24.59%52.16%-
HSV(B)39º36.81%63.92%-
XYZ27.2328.1116.82-
YUV143.83104.96141.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=39.95%
G=34.80%
B=25.25%

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
Decimal16314210300.130.370.363924.5952.16
HexA38E670D2524271934
Octal2432161470154544473164
Binary101000111000111011001110110110010110010010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E67; }

 p { color: rgb(163,142,103); }

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

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

 a { background-color: rgb(163,142,103); }

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

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

 span { border-color: rgb(163,142,103); }

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