Html Css Color HEX #A09069 Pale Oyster

📋 copy color: '#A09069'

red 160 ◦ green 144 ◦ blue 105

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

Shades of Pale Oyster #A09069

Tints of Pale Oyster #A09069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 39.12%
G = 35.21%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A09069 (or 0xA09069) is known color: Pale Oyster. HEX triplet: A0, 90 and 69. RGB value is (160,144,105). Sum of RGB (Red+Green+Blue) = 160+144+105=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09069 is #5F6F96. Grayscale: #909090. Windows color (decimal): -6254487 or 6918304. OLE color: 6918304.

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

Color convert

RGB 160 144 105 -
CMYK 0 0.1 0.34 0.37
HSL 42.55º 0.22% 0.52% -
HSV(B) 42.55º 0.34% 0.63% -
XYZ 27.02 28.44 17.43 -
YUV 144.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 160 144 105 0 0.1 0.34 0.37 42.55 0.22 0.52
Hex A0 90 69 0 A 22 25 2B 16 34
Octal 240 220 151 0 12 42 45 53 26 64
Binary 10100000 10010000 1101001 0 1010 100010 100101 101011 10110 110100

Color Harmonies of #A09069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09069

Black with #A09069

Text Example


Text Example

White with #A09069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09069; }

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

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

background-color css

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

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

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

border-color css

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

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

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