Html Css Color HEX #A09070 Pale Oyster

📋 copy color: '#A09070'

red 160 ◦ green 144 ◦ blue 112

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

Shades of Pale Oyster #A09070

Tints of Pale Oyster #A09070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 38.46%
G = 34.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A09070 (or 0xA09070) is known color: Pale Oyster. HEX triplet: A0, 90 and 70. RGB value is (160,144,112). Sum of RGB (Red+Green+Blue) = 160+144+112=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A09070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09070 is #5F6F8F. Grayscale: #919191. Windows color (decimal): -6254480 or 7377056. OLE color: 7377056.

HSL color Cylindrical-coordinate representation of color #A09070: hue angle of 40º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09070 is Cyan = 0, Magento = 0.1, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 112 -
CMYK 0 0.1 0.30 0.37
HSL 40º 0.2% 0.53% -
HSV(B) 40º 0.3% 0.63% -
XYZ 27.4 28.59 19.4 -
YUV 145.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 160 144 112 0 0.1 0.30 0.37 40 0.2 0.53
Hex A0 90 70 0 A 1E 25 28 14 35
Octal 240 220 160 0 12 36 45 50 24 65
Binary 10100000 10010000 1110000 0 1010 11110 100101 101000 10100 110101

Color Harmonies of #A09070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09070

Black with #A09070

Text Example


Text Example

White with #A09070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09070; }

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

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

background-color css

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

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

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

border-color css

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

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

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