Html Css Color HEX #A19078 Pale Oyster

📋 copy color: '#A19078'

red 161 ◦ green 144 ◦ blue 120

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

Shades of Pale Oyster #A19078

Tints of Pale Oyster #A19078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.88%

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

R = 37.88%
G = 33.88%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A19078 (or 0xA19078) is known color: Pale Oyster. HEX triplet: A1, 90 and 78. RGB value is (161,144,120). Sum of RGB (Red+Green+Blue) = 161+144+120=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A19078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19078 is #5E6F87. Grayscale: #929292. Windows color (decimal): -6188936 or 7901345. OLE color: 7901345.

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

Color convert

RGB 161 144 120 -
CMYK 0 0.11 0.25 0.37
HSL 35.12º 0.18% 0.55% -
HSV(B) 35.12º 0.25% 0.63% -
XYZ 28.06 28.88 21.86 -
YUV 146.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 161 144 120 0 0.11 0.25 0.37 35.12 0.18 0.55
Hex A1 90 78 0 B 19 25 23 12 37
Octal 241 220 170 0 13 31 45 43 22 67
Binary 10100001 10010000 1111000 0 1011 11001 100101 100011 10010 110111

Color Harmonies of #A19078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19078

Black with #A19078

Text Example


Text Example

White with #A19078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19078; }

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

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

background-color css

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

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

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

border-color css

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

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

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