Html Css Color HEX #A09374 Pale Oyster

📋 copy color: '#A09374'

red 160 ◦ green 147 ◦ blue 116

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

Shades of Pale Oyster #A09374

Tints of Pale Oyster #A09374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 37.83%
G = 34.75%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A09374 (or 0xA09374) is known color: Pale Oyster. HEX triplet: A0, 93 and 74. RGB value is (160,147,116). Sum of RGB (Red+Green+Blue) = 160+147+116=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09374 is #5F6C8B. Grayscale: #939393. Windows color (decimal): -6253708 or 7639968. OLE color: 7639968.

HSL color Cylindrical-coordinate representation of color #A09374: hue angle of 42.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09374 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 116 -
CMYK 0 0.08 0.28 0.37
HSL 42.27º 0.19% 0.54% -
HSV(B) 42.27º 0.28% 0.63% -
XYZ 28.08 29.6 20.76 -
YUV 147.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 160 147 116 0 0.08 0.28 0.37 42.27 0.19 0.54
Hex A0 93 74 0 8 1C 25 2A 13 36
Octal 240 223 164 0 10 34 45 52 23 66
Binary 10100000 10010011 1110100 0 1000 11100 100101 101010 10011 110110

Color Harmonies of #A09374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09374

Black with #A09374

Text Example


Text Example

White with #A09374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09374; }

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

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

background-color css

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

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

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

border-color css

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

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

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