Html Css Color HEX #A19178 Pale Oyster

📋 copy color: '#A19178'

red 161 ◦ green 145 ◦ blue 120

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

Shades of Pale Oyster #A19178

Tints of Pale Oyster #A19178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 37.79%
G = 34.04%
B = 28.17%

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

#A19178 (or 0xA19178) is known color: Pale Oyster. HEX triplet: A1, 91 and 78. RGB value is (161,145,120). Sum of RGB (Red+Green+Blue) = 161+145+120=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19178 is #5E6E87. Grayscale: #939393. Windows color (decimal): -6188680 or 7901601. OLE color: 7901601.

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

Color convert

RGB 161 145 120 -
CMYK 0 0.10 0.25 0.37
HSL 36.59º 0.18% 0.55% -
HSV(B) 36.59º 0.25% 0.63% -
XYZ 28.21 29.18 21.92 -
YUV 146.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 161 145 120 0 0.10 0.25 0.37 36.59 0.18 0.55
Hex A1 91 78 0 A 19 25 25 12 37
Octal 241 221 170 0 12 31 45 45 22 67
Binary 10100001 10010001 1111000 0 1010 11001 100101 100101 10010 110111

Color Harmonies of #A19178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19178

Black with #A19178

Text Example


Text Example

White with #A19178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19178; }

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

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

background-color css

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

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

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

border-color css

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

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

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