Html Css Color HEX #A19277 Pale Oyster

📋 copy color: '#A19277'

red 161 ◦ green 146 ◦ blue 119

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

Shades of Pale Oyster #A19277

Tints of Pale Oyster #A19277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.93%

R = 37.79%
G = 34.27%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A19277 (or 0xA19277) is known color: Pale Oyster. HEX triplet: A1, 92 and 77. RGB value is (161,146,119). Sum of RGB (Red+Green+Blue) = 161+146+119=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19277 is #5E6D88. Grayscale: #939393. Windows color (decimal): -6188425 or 7836321. OLE color: 7836321.

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

Color convert

RGB 161 146 119 -
CMYK 0 0.09 0.26 0.37
HSL 38.57º 0.18% 0.55% -
HSV(B) 38.57º 0.26% 0.63% -
XYZ 28.31 29.47 21.65 -
YUV 147.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 161 146 119 0 0.09 0.26 0.37 38.57 0.18 0.55
Hex A1 92 77 0 9 1A 25 27 12 37
Octal 241 222 167 0 11 32 45 47 22 67
Binary 10100001 10010010 1110111 0 1001 11010 100101 100111 10010 110111

Color Harmonies of #A19277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19277

Black with #A19277

Text Example


Text Example

White with #A19277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19277; }

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

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

background-color css

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

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

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

border-color css

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

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

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