Html Css Color HEX #A19271 Pale Oyster

📋 copy color: '#A19271'

red 161 ◦ green 146 ◦ blue 113

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

Shades of Pale Oyster #A19271

Tints of Pale Oyster #A19271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 38.33%
G = 34.76%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A19271 (or 0xA19271) is known color: Pale Oyster. HEX triplet: A1, 92 and 71. RGB value is (161,146,113). Sum of RGB (Red+Green+Blue) = 161+146+113=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A19271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19271 is #5E6D8E. Grayscale: #929292. Windows color (decimal): -6188431 or 7443105. OLE color: 7443105.

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

Color convert

RGB 161 146 113 -
CMYK 0 0.09 0.30 0.37
HSL 41.25º 0.2% 0.54% -
HSV(B) 41.25º 0.3% 0.63% -
XYZ 27.96 29.33 19.81 -
YUV 146.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 161 146 113 0 0.09 0.30 0.37 41.25 0.2 0.54
Hex A1 92 71 0 9 1E 25 29 14 36
Octal 241 222 161 0 11 36 45 51 24 66
Binary 10100001 10010010 1110001 0 1001 11110 100101 101001 10100 110110

Color Harmonies of #A19271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19271

Black with #A19271

Text Example


Text Example

White with #A19271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19271; }

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

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

background-color css

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

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

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

border-color css

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

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

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