Html Css Color HEX #A49372 Pale Oyster

📋 copy color: '#A49372'

red 164 ◦ green 147 ◦ blue 114

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

Shades of Pale Oyster #A49372

Tints of Pale Oyster #A49372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 38.59%
G = 34.59%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49372 (or 0xA49372) is known color: Pale Oyster. HEX triplet: A4, 93 and 72. RGB value is (164,147,114). Sum of RGB (Red+Green+Blue) = 164+147+114=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A49372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49372 is #5B6C8D. Grayscale: #949494. Windows color (decimal): -5991566 or 7508900. OLE color: 7508900.

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

Color convert

RGB 164 147 114 -
CMYK 0 0.10 0.30 0.36
HSL 39.6º 0.22% 0.55% -
HSV(B) 39.6º 0.3% 0.64% -
XYZ 28.78 29.97 20.19 -
YUV 148.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 164 147 114 0 0.10 0.30 0.36 39.6 0.22 0.55
Hex A4 93 72 0 A 1E 24 28 16 37
Octal 244 223 162 0 12 36 44 50 26 67
Binary 10100100 10010011 1110010 0 1010 11110 100100 101000 10110 110111

Color Harmonies of #A49372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49372

Black with #A49372

Text Example


Text Example

White with #A49372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49372; }

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

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

background-color css

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

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

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

border-color css

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

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

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