Html Css Color HEX #A19276 Pale Oyster

📋 copy color: '#A19276'

red 161 ◦ green 146 ◦ blue 118

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

Shades of Pale Oyster #A19276

Tints of Pale Oyster #A19276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.76%

R = 37.88%
G = 34.35%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A19276 (or 0xA19276) is known color: Pale Oyster. HEX triplet: A1, 92 and 76. RGB value is (161,146,118). Sum of RGB (Red+Green+Blue) = 161+146+118=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A19276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19276 is #5E6D89. Grayscale: #939393. Windows color (decimal): -6188426 or 7770785. OLE color: 7770785.

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

Color convert

RGB 161 146 118 -
CMYK 0 0.09 0.27 0.37
HSL 39.07º 0.19% 0.55% -
HSV(B) 39.07º 0.27% 0.63% -
XYZ 28.25 29.44 21.33 -
YUV 147.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 161 146 118 0 0.09 0.27 0.37 39.07 0.19 0.55
Hex A1 92 76 0 9 1B 25 27 13 37
Octal 241 222 166 0 11 33 45 47 23 67
Binary 10100001 10010010 1110110 0 1001 11011 100101 100111 10011 110111

Color Harmonies of #A19276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19276

Black with #A19276

Text Example


Text Example

White with #A19276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19276; }

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

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

background-color css

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

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

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

border-color css

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

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

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