Html Css Color HEX #A19278 Pale Oyster

📋 copy color: '#A19278'

red 161 ◦ green 146 ◦ blue 120

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

Shades of Pale Oyster #A19278

Tints of Pale Oyster #A19278

RGB

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

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

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

R = 37.7%
G = 34.19%
B = 28.1%

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

#A19278 (or 0xA19278) is known color: Pale Oyster. HEX triplet: A1, 92 and 78. RGB value is (161,146,120). Sum of RGB (Red+Green+Blue) = 161+146+120=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A19278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19278 is #5E6D87. Grayscale: #939393. Windows color (decimal): -6188424 or 7901857. OLE color: 7901857.

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

Color convert

RGB 161 146 120 -
CMYK 0 0.09 0.25 0.37
HSL 38.05º 0.18% 0.55% -
HSV(B) 38.05º 0.25% 0.63% -
XYZ 28.37 29.49 21.97 -
YUV 147.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 161 146 120 0 0.09 0.25 0.37 38.05 0.18 0.55
Hex A1 92 78 0 9 19 25 26 12 37
Octal 241 222 170 0 11 31 45 46 22 67
Binary 10100001 10010010 1111000 0 1001 11001 100101 100110 10010 110111

Color Harmonies of #A19278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19278

Black with #A19278

Text Example


Text Example

White with #A19278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19278; }

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

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

background-color css

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

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

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

border-color css

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

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

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