#A5926D

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

Shades of Pale Oyster #A5926D

Tints of Pale Oyster #A5926D

Color information

#A5926D (or 0xA5926D) is unknown color: approx Pale Oyster. HEX triplet: A5, 92 and 6D. RGB value is (165,146,109). Sum of RGB (Red+Green+Blue) = 165+146+109=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5926D is #5A6D92. Grayscale: #939393. Windows color (decimal): -5926291 or 7180965. OLE color: 7180965.

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

Color convert

RGB165146109-
CMYK00.120.340.35
HSL39.64º23.73%53.73%-
HSV(B)39.64º33.94%64.71%-
XYZ28.5629.6618.69-
YUV147.46106.29140.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=39.29%
G=34.76%
B=25.95%

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
Decimal16514610900.120.340.3539.6423.7353.73
HexA5926D0C2223281836
Octal2452221550144243503066
Binary101001011001001011011010110010001010001110100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5926D; }

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

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

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

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

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

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

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

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