Html Css Color HEX #A09379 Pale Oyster

📋 copy color: '#A09379'

red 160 ◦ green 147 ◦ blue 121

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

Shades of Pale Oyster #A09379

Tints of Pale Oyster #A09379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

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

R = 37.38%
G = 34.35%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A09379 (or 0xA09379) is known color: Pale Oyster. HEX triplet: A0, 93 and 79. RGB value is (160,147,121). Sum of RGB (Red+Green+Blue) = 160+147+121=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A09379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09379 is #5F6C86. Grayscale: #949494. Windows color (decimal): -6253703 or 7967648. OLE color: 7967648.

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

Color convert

RGB 160 147 121 -
CMYK 0 0.08 0.24 0.37
HSL 40º 0.17% 0.55% -
HSV(B) 40º 0.24% 0.63% -
XYZ 28.38 29.72 22.33 -
YUV 147.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 160 147 121 0 0.08 0.24 0.37 40 0.17 0.55
Hex A0 93 79 0 8 18 25 28 11 37
Octal 240 223 171 0 10 30 45 50 21 67
Binary 10100000 10010011 1111001 0 1000 11000 100101 101000 10001 110111

Color Harmonies of #A09379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09379

Black with #A09379

Text Example


Text Example

White with #A09379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09379; }

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

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

background-color css

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

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

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

border-color css

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

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

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