Html Css Color HEX #A09076 Pale Oyster

📋 copy color: '#A09076'

red 160 ◦ green 144 ◦ blue 118

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

Shades of Pale Oyster #A09076

Tints of Pale Oyster #A09076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 37.91%
G = 34.12%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A09076 (or 0xA09076) is known color: Pale Oyster. HEX triplet: A0, 90 and 76. RGB value is (160,144,118). Sum of RGB (Red+Green+Blue) = 160+144+118=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09076 is #5F6F89. Grayscale: #919191. Windows color (decimal): -6254474 or 7770272. OLE color: 7770272.

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

Color convert

RGB 160 144 118 -
CMYK 0 0.1 0.26 0.37
HSL 37.14º 0.18% 0.55% -
HSV(B) 37.14º 0.26% 0.63% -
XYZ 27.74 28.73 21.22 -
YUV 145.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 160 144 118 0 0.1 0.26 0.37 37.14 0.18 0.55
Hex A0 90 76 0 A 1A 25 25 12 37
Octal 240 220 166 0 12 32 45 45 22 67
Binary 10100000 10010000 1110110 0 1010 11010 100101 100101 10010 110111

Color Harmonies of #A09076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09076

Black with #A09076

Text Example


Text Example

White with #A09076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09076; }

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

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

background-color css

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

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

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

border-color css

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

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

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