Html Css Color HEX #A09079 Pale Oyster

📋 copy color: '#A09079'

red 160 ◦ green 144 ◦ blue 121

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

Shades of Pale Oyster #A09079

Tints of Pale Oyster #A09079

RGB

 RED value IS 160 (62.89% from 255) = 37.65%

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

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

R = 37.65%
G = 33.88%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A09079 (or 0xA09079) is known color: Pale Oyster. HEX triplet: A0, 90 and 79. RGB value is (160,144,121). Sum of RGB (Red+Green+Blue) = 160+144+121=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A09079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09079 is #5F6F86. Grayscale: #929292. Windows color (decimal): -6254471 or 7966880. OLE color: 7966880.

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

Color convert

RGB 160 144 121 -
CMYK 0 0.1 0.24 0.37
HSL 35.38º 0.17% 0.55% -
HSV(B) 35.38º 0.24% 0.63% -
XYZ 27.92 28.8 22.18 -
YUV 146.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 160 144 121 0 0.1 0.24 0.37 35.38 0.17 0.55
Hex A0 90 79 0 A 18 25 23 11 37
Octal 240 220 171 0 12 30 45 43 21 67
Binary 10100000 10010000 1111001 0 1010 11000 100101 100011 10001 110111

Color Harmonies of #A09079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09079

Black with #A09079

Text Example


Text Example

White with #A09079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09079; }

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

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

background-color css

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

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

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

border-color css

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

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

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