Html Css Color HEX #A19171 Pale Oyster

📋 copy color: '#A19171'

red 161 ◦ green 145 ◦ blue 113

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

Shades of Pale Oyster #A19171

Tints of Pale Oyster #A19171

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

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

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

R = 38.42%
G = 34.61%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A19171 (or 0xA19171) is known color: Pale Oyster. HEX triplet: A1, 91 and 71. RGB value is (161,145,113). Sum of RGB (Red+Green+Blue) = 161+145+113=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A19171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19171 is #5E6E8E. Grayscale: #929292. Windows color (decimal): -6188687 or 7442849. OLE color: 7442849.

HSL color Cylindrical-coordinate representation of color #A19171: hue angle of 40º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19171 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 113 -
CMYK 0 0.10 0.30 0.37
HSL 40º 0.2% 0.54% -
HSV(B) 40º 0.3% 0.63% -
XYZ 27.8 29.02 19.76 -
YUV 146.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 161 145 113 0 0.10 0.30 0.37 40 0.2 0.54
Hex A1 91 71 0 A 1E 25 28 14 36
Octal 241 221 161 0 12 36 45 50 24 66
Binary 10100001 10010001 1110001 0 1010 11110 100101 101000 10100 110110

Color Harmonies of #A19171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19171

Black with #A19171

Text Example


Text Example

White with #A19171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19171; }

 p { color: rgb(161,145,113); }

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

background-color css

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

 a { background-color: rgb(161,145,113); }

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

border-color css

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

 span { border-color: rgb(161,145,113); }

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