Html Css Color HEX #A09178 Pale Oyster

📋 copy color: '#A09178'

red 160 ◦ green 145 ◦ blue 120

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

Shades of Pale Oyster #A09178

Tints of Pale Oyster #A09178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.12%

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

R = 37.65%
G = 34.12%
B = 28.24%

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

#A09178 (or 0xA09178) is known color: Pale Oyster. HEX triplet: A0, 91 and 78. RGB value is (160,145,120). Sum of RGB (Red+Green+Blue) = 160+145+120=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A09178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09178 is #5F6E87. Grayscale: #929292. Windows color (decimal): -6254216 or 7901600. OLE color: 7901600.

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

Color convert

RGB 160 145 120 -
CMYK 0 0.09 0.25 0.37
HSL 37.5º 0.17% 0.55% -
HSV(B) 37.5º 0.25% 0.63% -
XYZ 28.01 29.08 21.91 -
YUV 146.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 160 145 120 0 0.09 0.25 0.37 37.5 0.17 0.55
Hex A0 91 78 0 9 19 25 26 11 37
Octal 240 221 170 0 11 31 45 46 21 67
Binary 10100000 10010001 1111000 0 1001 11001 100101 100110 10001 110111

Color Harmonies of #A09178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09178

Black with #A09178

Text Example


Text Example

White with #A09178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09178; }

 p { color: rgb(160,145,120); }

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

background-color css

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

 a { background-color: rgb(160,145,120); }

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

border-color css

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

 span { border-color: rgb(160,145,120); }

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