Html Css Color HEX #A49173 Pale Oyster

📋 copy color: '#A49173'

red 164 ◦ green 145 ◦ blue 115

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

Shades of Pale Oyster #A49173

Tints of Pale Oyster #A49173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 38.68%
G = 34.2%
B = 27.12%

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

#A49173 (or 0xA49173) is known color: Pale Oyster. HEX triplet: A4, 91 and 73. RGB value is (164,145,115). Sum of RGB (Red+Green+Blue) = 164+145+115=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49173 is #5B6E8C. Grayscale: #939393. Windows color (decimal): -5992077 or 7573924. OLE color: 7573924.

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

Color convert

RGB 164 145 115 -
CMYK 0 0.12 0.30 0.36
HSL 36.73º 0.21% 0.55% -
HSV(B) 36.73º 0.3% 0.64% -
XYZ 28.53 29.38 20.39 -
YUV 147.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 164 145 115 0 0.12 0.30 0.36 36.73 0.21 0.55
Hex A4 91 73 0 C 1E 24 25 15 37
Octal 244 221 163 0 14 36 44 45 25 67
Binary 10100100 10010001 1110011 0 1100 11110 100100 100101 10101 110111

Color Harmonies of #A49173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49173

Black with #A49173

Text Example


Text Example

White with #A49173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49173; }

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

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

background-color css

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

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

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

border-color css

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

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

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