Html Css Color HEX #A49376 Pale Oyster

📋 copy color: '#A49376'

red 164 ◦ green 147 ◦ blue 118

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

Shades of Pale Oyster #A49376

Tints of Pale Oyster #A49376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 38.23%
G = 34.27%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A49376 (or 0xA49376) is known color: Pale Oyster. HEX triplet: A4, 93 and 76. RGB value is (164,147,118). Sum of RGB (Red+Green+Blue) = 164+147+118=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A49376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49376 is #5B6C89. Grayscale: #949494. Windows color (decimal): -5991562 or 7771044. OLE color: 7771044.

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

Color convert

RGB 164 147 118 -
CMYK 0 0.10 0.28 0.36
HSL 37.83º 0.2% 0.55% -
HSV(B) 37.83º 0.28% 0.64% -
XYZ 29.01 30.07 21.41 -
YUV 148.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 164 147 118 0 0.10 0.28 0.36 37.83 0.2 0.55
Hex A4 93 76 0 A 1C 24 26 14 37
Octal 244 223 166 0 12 34 44 46 24 67
Binary 10100100 10010011 1110110 0 1010 11100 100100 100110 10100 110111

Color Harmonies of #A49376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49376

Black with #A49376

Text Example


Text Example

White with #A49376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49376; }

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

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

background-color css

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

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

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

border-color css

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

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

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