Html Css Color HEX #A49371 Pale Oyster

📋 copy color: '#A49371'

red 164 ◦ green 147 ◦ blue 113

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

Shades of Pale Oyster #A49371

Tints of Pale Oyster #A49371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 38.68%
G = 34.67%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A49371 (or 0xA49371) is known color: Pale Oyster. HEX triplet: A4, 93 and 71. RGB value is (164,147,113). Sum of RGB (Red+Green+Blue) = 164+147+113=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49371 is #5B6C8E. Grayscale: #949494. Windows color (decimal): -5991567 or 7443364. OLE color: 7443364.

HSL color Cylindrical-coordinate representation of color #A49371: hue angle of 40º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A49371 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 147 113 -
CMYK 0 0.10 0.31 0.36
HSL 40º 0.22% 0.54% -
HSV(B) 40º 0.31% 0.64% -
XYZ 28.72 29.95 19.89 -
YUV 148.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 164 147 113 0 0.10 0.31 0.36 40 0.22 0.54
Hex A4 93 71 0 A 1F 24 28 16 36
Octal 244 223 161 0 12 37 44 50 26 66
Binary 10100100 10010011 1110001 0 1010 11111 100100 101000 10110 110110

Color Harmonies of #A49371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49371

Black with #A49371

Text Example


Text Example

White with #A49371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49371; }

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

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

background-color css

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

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

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

border-color css

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

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

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