#A5926F

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

Shades of Pale Oyster #A5926F

Tints of Pale Oyster #A5926F

Color information

#A5926F (or 0xA5926F) is unknown color: approx Pale Oyster. HEX triplet: A5, 92 and 6F. RGB value is (165,146,111). Sum of RGB (Red+Green+Blue) = 165+146+111=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5926F is #5A6D90. Grayscale: #939393. Windows color (decimal): -5926289 or 7312037. OLE color: 7312037.

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

Color convert

RGB165146111-
CMYK00.120.330.35
HSL38.89º23.08%54.12%-
HSV(B)38.89º32.73%64.71%-
XYZ28.6729.719.26-
YUV147.69107.29140.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=39.10%
G=34.60%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514611100.120.330.3538.8923.0854.12
HexA5926F0C2123271736
Octal2452221570144143472766
Binary101001011001001011011110110010000110001110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5926F; }

 p { color: rgb(165,146,111); }

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

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

 a { background-color: rgb(165,146,111); }

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

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

 span { border-color: rgb(165,146,111); }

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