Html Css Color HEX #A19079 Pale Oyster

📋 copy color: '#A19079'

red 161 ◦ green 144 ◦ blue 121

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

Shades of Pale Oyster #A19079

Tints of Pale Oyster #A19079

RGB

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

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

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

R = 37.79%
G = 33.8%
B = 28.4%

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

#A19079 (or 0xA19079) is known color: Pale Oyster. HEX triplet: A1, 90 and 79. RGB value is (161,144,121). Sum of RGB (Red+Green+Blue) = 161+144+121=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19079 is #5E6F86. Grayscale: #929292. Windows color (decimal): -6188935 or 7966881. OLE color: 7966881.

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

Color convert

RGB 161 144 121 -
CMYK 0 0.11 0.25 0.37
HSL 34.5º 0.18% 0.55% -
HSV(B) 34.5º 0.25% 0.63% -
XYZ 28.12 28.9 22.19 -
YUV 146.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 161 144 121 0 0.11 0.25 0.37 34.5 0.18 0.55
Hex A1 90 79 0 B 19 25 22 12 37
Octal 241 220 171 0 13 31 45 42 22 67
Binary 10100001 10010000 1111001 0 1011 11001 100101 100010 10010 110111

Color Harmonies of #A19079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19079

Black with #A19079

Text Example


Text Example

White with #A19079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19079; }

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

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

background-color css

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

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

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

border-color css

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

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

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