Html Css Color HEX #A49363 Pale Oyster

📋 copy color: '#A49363'

red 164 ◦ green 147 ◦ blue 99

#A49363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #A49363

Tints of Pale Oyster #A49363

RGB

 RED value IS 164 (64.45% from 255) = 40%

 GREEN value IS 147 (57.81% from 255) = 35.85%

 BLUE value IS 99 (39.06% from 255) = 24.15%

R = 40%
G = 35.85%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A49363 (or 0xA49363) is known color: Pale Oyster. HEX triplet: A4, 93 and 63. RGB value is (164,147,99). Sum of RGB (Red+Green+Blue) = 164+147+99=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49363 is #5B6C9C. Grayscale: #929292. Windows color (decimal): -5991581 or 6525860. OLE color: 6525860.

HSL color Cylindrical-coordinate representation of color #A49363: hue angle of 44.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49363 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 147 99 -
CMYK 0 0.10 0.40 0.36
HSL 44.31º 0.26% 0.52% -
HSV(B) 44.31º 0.4% 0.64% -
XYZ 28 29.66 16.05 -
YUV 146.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 164 147 99 0 0.10 0.40 0.36 44.31 0.26 0.52
Hex A4 93 63 0 A 28 24 2C 1A 34
Octal 244 223 143 0 12 50 44 54 32 64
Binary 10100100 10010011 1100011 0 1010 101000 100100 101100 11010 110100

Color Harmonies of #A49363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49363

Black with #A49363

Text Example


Text Example

White with #A49363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49363; }

 p { color: rgb(164,147,99); }

 H1.HeaderClassName
 {
   color: #A49363;
 }
 .AnyTagClassName
 {
   color: #A49363;
 }
</style>

background-color css

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

 a { background-color: rgb(164,147,99); }

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

border-color css

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

 span { border-color: rgb(164,147,99); }

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