#A18C6A

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

Shades of Pale Oyster #A18C6A

Tints of Pale Oyster #A18C6A

Color information

#A18C6A (or 0xA18C6A) is unknown color: approx Pale Oyster. HEX triplet: A1, 8C and 6A. RGB value is (161,140,106). Sum of RGB (Red+Green+Blue) = 161+140+106=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C6A is #5E7395. Grayscale: #8E8E8E. Windows color (decimal): -6189974 or 6982817. OLE color: 6982817.

HSL color Cylindrical-coordinate representation of color #A18C6A: hue angle of 37.09º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A18C6A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB161140106-
CMYK00.130.340.37
HSL37.09º22.63%52.35%-
HSV(B)37.09º34.16%63.14%-
XYZ26.6827.3717.51-
YUV142.4107.46141.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=39.56%
G=34.40%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114010600.130.340.3737.0922.6352.35
HexA18C6A0D2225251734
Octal2412141520154245452764
Binary101000011000110011010100110110001010010110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C6A; }

 p { color: rgb(161,140,106); }

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

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

 a { background-color: rgb(161,140,106); }

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

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

 span { border-color: rgb(161,140,106); }

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