#A5936D

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

Shades of Pale Oyster #A5936D

Tints of Pale Oyster #A5936D

Color information

#A5936D (or 0xA5936D) is unknown color: approx Pale Oyster. HEX triplet: A5, 93 and 6D. RGB value is (165,147,109). Sum of RGB (Red+Green+Blue) = 165+147+109=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5936D is #5A6C92. Grayscale: #949494. Windows color (decimal): -5926035 or 7181221. OLE color: 7181221.

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

Color convert

RGB165147109-
CMYK00.110.340.35
HSL40.71º23.73%53.73%-
HSV(B)40.71º33.94%64.71%-
XYZ28.7129.9718.74-
YUV148.05105.96140.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=39.19%
G=34.92%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514710900.110.340.3540.7123.7353.73
HexA5936D0B2223291836
Octal2452231550134243513066
Binary101001011001001111011010101110001010001110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5936D; }

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

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

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

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

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

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

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

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