Html Css Color HEX #A09077 Pale Oyster

📋 copy color: '#A09077'

red 160 ◦ green 144 ◦ blue 119

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

Shades of Pale Oyster #A09077

Tints of Pale Oyster #A09077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 37.83%
G = 34.04%
B = 28.13%

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

#A09077 (or 0xA09077) is known color: Pale Oyster. HEX triplet: A0, 90 and 77. RGB value is (160,144,119). Sum of RGB (Red+Green+Blue) = 160+144+119=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09077 is #5F6F88. Grayscale: #929292. Windows color (decimal): -6254473 or 7835808. OLE color: 7835808.

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

Color convert

RGB 160 144 119 -
CMYK 0 0.1 0.26 0.37
HSL 36.59º 0.18% 0.55% -
HSV(B) 36.59º 0.26% 0.63% -
XYZ 27.8 28.75 21.54 -
YUV 145.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 160 144 119 0 0.1 0.26 0.37 36.59 0.18 0.55
Hex A0 90 77 0 A 1A 25 25 12 37
Octal 240 220 167 0 12 32 45 45 22 67
Binary 10100000 10010000 1110111 0 1010 11010 100101 100101 10010 110111

Color Harmonies of #A09077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09077

Black with #A09077

Text Example


Text Example

White with #A09077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09077; }

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

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

background-color css

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

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

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

border-color css

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

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

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