#A6926E

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

Shades of Pale Oyster #A6926E

Tints of Pale Oyster #A6926E

Color information

#A6926E (or 0xA6926E) is unknown color: approx Pale Oyster. HEX triplet: A6, 92 and 6E. RGB value is (166,146,110). Sum of RGB (Red+Green+Blue) = 166+146+110=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6926E is #596D91. Grayscale: #949494. Windows color (decimal): -5860754 or 7246502. OLE color: 7246502.

HSL color Cylindrical-coordinate representation of color #A6926E: hue angle of 38.57º 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 #A6926E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166146110-
CMYK00.120.340.35
HSL38.57º23.93%54.12%-
HSV(B)38.57º33.73%65.1%-
XYZ28.8229.7918.98-
YUV147.88106.63140.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=39.34%
G=34.60%
B=26.07%

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
Decimal16614611000.120.340.3538.5723.9354.12
HexA6926E0C2223271836
Octal2462221560144243473066
Binary101001101001001011011100110010001010001110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6926E; }

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

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

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

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

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

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

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

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