Html Css Color HEX #A19179 Pale Oyster

📋 copy color: '#A19179'

red 161 ◦ green 145 ◦ blue 121

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

Shades of Pale Oyster #A19179

Tints of Pale Oyster #A19179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.34%

R = 37.7%
G = 33.96%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A19179 (or 0xA19179) is known color: Pale Oyster. HEX triplet: A1, 91 and 79. RGB value is (161,145,121). Sum of RGB (Red+Green+Blue) = 161+145+121=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A19179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19179 is #5E6E86. Grayscale: #939393. Windows color (decimal): -6188679 or 7967137. OLE color: 7967137.

HSL color Cylindrical-coordinate representation of color #A19179: hue angle of 36º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19179 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 121 -
CMYK 0 0.10 0.25 0.37
HSL 36º 0.18% 0.55% -
HSV(B) 36º 0.25% 0.63% -
XYZ 28.27 29.21 22.24 -
YUV 147.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 161 145 121 0 0.10 0.25 0.37 36 0.18 0.55
Hex A1 91 79 0 A 19 25 24 12 37
Octal 241 221 171 0 12 31 45 44 22 67
Binary 10100001 10010001 1111001 0 1010 11001 100101 100100 10010 110111

Color Harmonies of #A19179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19179

Black with #A19179

Text Example


Text Example

White with #A19179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19179; }

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

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

background-color css

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

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

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

border-color css

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

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

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