Html Css Color HEX #A09278 Pale Oyster

📋 copy color: '#A09278'

red 160 ◦ green 146 ◦ blue 120

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

Shades of Pale Oyster #A09278

Tints of Pale Oyster #A09278

RGB

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

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

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

R = 37.56%
G = 34.27%
B = 28.17%

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

#A09278 (or 0xA09278) is known color: Pale Oyster. HEX triplet: A0, 92 and 78. RGB value is (160,146,120). Sum of RGB (Red+Green+Blue) = 160+146+120=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A09278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09278 is #5F6D87. Grayscale: #939393. Windows color (decimal): -6253960 or 7901856. OLE color: 7901856.

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

Color convert

RGB 160 146 120 -
CMYK 0 0.09 0.25 0.37
HSL 39º 0.17% 0.55% -
HSV(B) 39º 0.25% 0.63% -
XYZ 28.17 29.39 21.96 -
YUV 147.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 160 146 120 0 0.09 0.25 0.37 39 0.17 0.55
Hex A0 92 78 0 9 19 25 27 11 37
Octal 240 222 170 0 11 31 45 47 21 67
Binary 10100000 10010010 1111000 0 1001 11001 100101 100111 10001 110111

Color Harmonies of #A09278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09278

Black with #A09278

Text Example


Text Example

White with #A09278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09278; }

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

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

background-color css

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

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

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

border-color css

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

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

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