Html Css Color HEX #A09071 Pale Oyster

📋 copy color: '#A09071'

red 160 ◦ green 144 ◦ blue 113

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

Shades of Pale Oyster #A09071

Tints of Pale Oyster #A09071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 38.37%
G = 34.53%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A09071 (or 0xA09071) is known color: Pale Oyster. HEX triplet: A0, 90 and 71. RGB value is (160,144,113). Sum of RGB (Red+Green+Blue) = 160+144+113=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A09071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09071 is #5F6F8E. Grayscale: #919191. Windows color (decimal): -6254479 or 7442592. OLE color: 7442592.

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

Color convert

RGB 160 144 113 -
CMYK 0 0.1 0.29 0.37
HSL 39.57º 0.2% 0.54% -
HSV(B) 39.57º 0.29% 0.63% -
XYZ 27.45 28.61 19.7 -
YUV 145.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 160 144 113 0 0.1 0.29 0.37 39.57 0.2 0.54
Hex A0 90 71 0 A 1D 25 28 14 36
Octal 240 220 161 0 12 35 45 50 24 66
Binary 10100000 10010000 1110001 0 1010 11101 100101 101000 10100 110110

Color Harmonies of #A09071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09071

Black with #A09071

Text Example


Text Example

White with #A09071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09071; }

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

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

background-color css

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

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

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

border-color css

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

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

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