Html Css Color HEX #A49063 Pale Oyster

📋 copy color: '#A49063'

red 164 ◦ green 144 ◦ blue 99

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

Shades of Pale Oyster #A49063

Tints of Pale Oyster #A49063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 40.29%
G = 35.38%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A49063 (or 0xA49063) is known color: Pale Oyster. HEX triplet: A4, 90 and 63. RGB value is (164,144,99). Sum of RGB (Red+Green+Blue) = 164+144+99=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49063 is #5B6F9C. Grayscale: #919191. Windows color (decimal): -5992349 or 6525092. OLE color: 6525092.

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

Color convert

RGB 164 144 99 -
CMYK 0 0.12 0.40 0.36
HSL 41.54º 0.26% 0.52% -
HSV(B) 41.54º 0.4% 0.64% -
XYZ 27.54 28.74 15.9 -
YUV 144.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 164 144 99 0 0.12 0.40 0.36 41.54 0.26 0.52
Hex A4 90 63 0 C 28 24 2A 1A 34
Octal 244 220 143 0 14 50 44 52 32 64
Binary 10100100 10010000 1100011 0 1100 101000 100100 101010 11010 110100

Color Harmonies of #A49063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49063

Black with #A49063

Text Example


Text Example

White with #A49063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49063; }

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

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

background-color css

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

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

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

border-color css

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

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

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