Html Css Color HEX #A19279 Pale Oyster

📋 copy color: '#A19279'

red 161 ◦ green 146 ◦ blue 121

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

Shades of Pale Oyster #A19279

Tints of Pale Oyster #A19279

RGB

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

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

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

R = 37.62%
G = 34.11%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A19279 (or 0xA19279) is known color: Pale Oyster. HEX triplet: A1, 92 and 79. RGB value is (161,146,121). Sum of RGB (Red+Green+Blue) = 161+146+121=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A19279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19279 is #5E6D86. Grayscale: #939393. Windows color (decimal): -6188423 or 7967393. OLE color: 7967393.

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

Color convert

RGB 161 146 121 -
CMYK 0 0.09 0.25 0.37
HSL 37.5º 0.18% 0.55% -
HSV(B) 37.5º 0.25% 0.63% -
XYZ 28.43 29.52 22.29 -
YUV 147.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 161 146 121 0 0.09 0.25 0.37 37.5 0.18 0.55
Hex A1 92 79 0 9 19 25 26 12 37
Octal 241 222 171 0 11 31 45 46 22 67
Binary 10100001 10010010 1111001 0 1001 11001 100101 100110 10010 110111

Color Harmonies of #A19279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19279

Black with #A19279

Text Example


Text Example

White with #A19279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19279; }

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

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

background-color css

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

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

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

border-color css

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

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

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