Html Css Color HEX #A49172 Pale Oyster

📋 copy color: '#A49172'

red 164 ◦ green 145 ◦ blue 114

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

Shades of Pale Oyster #A49172

Tints of Pale Oyster #A49172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

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

R = 38.77%
G = 34.28%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49172 (or 0xA49172) is known color: Pale Oyster. HEX triplet: A4, 91 and 72. RGB value is (164,145,114). Sum of RGB (Red+Green+Blue) = 164+145+114=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A49172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49172 is #5B6E8D. Grayscale: #939393. Windows color (decimal): -5992078 or 7508388. OLE color: 7508388.

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

Color convert

RGB 164 145 114 -
CMYK 0 0.12 0.30 0.36
HSL 37.2º 0.22% 0.55% -
HSV(B) 37.2º 0.3% 0.64% -
XYZ 28.47 29.36 20.09 -
YUV 147.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 164 145 114 0 0.12 0.30 0.36 37.2 0.22 0.55
Hex A4 91 72 0 C 1E 24 25 16 37
Octal 244 221 162 0 14 36 44 45 26 67
Binary 10100100 10010001 1110010 0 1100 11110 100100 100101 10110 110111

Color Harmonies of #A49172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49172

Black with #A49172

Text Example


Text Example

White with #A49172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49172; }

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

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

background-color css

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

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

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

border-color css

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

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

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