#A6926D

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

Shades of Pale Oyster #A6926D

Tints of Pale Oyster #A6926D

Color information

#A6926D (or 0xA6926D) is unknown color: approx Pale Oyster. HEX triplet: A6, 92 and 6D. RGB value is (166,146,109). Sum of RGB (Red+Green+Blue) = 166+146+109=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6926D is #596D92. Grayscale: #939393. Windows color (decimal): -5860755 or 7180966. OLE color: 7180966.

HSL color Cylindrical-coordinate representation of color #A6926D: hue angle of 38.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6926D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166146109-
CMYK00.120.340.35
HSL38.95º24.26%53.92%-
HSV(B)38.95º34.34%65.1%-
XYZ28.7729.7718.7-
YUV147.76106.13141.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=39.43%
G=34.68%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614610900.120.340.3538.9524.2653.92
HexA6926D0C2223271836
Octal2462221550144243473066
Binary101001101001001011011010110010001010001110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6926D; }

 p { color: rgb(166,146,109); }

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

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

 a { background-color: rgb(166,146,109); }

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

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

 span { border-color: rgb(166,146,109); }

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