Html Css Color HEX #A09066 Pale Oyster

📋 copy color: '#A09066'

red 160 ◦ green 144 ◦ blue 102

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

Shades of Pale Oyster #A09066

Tints of Pale Oyster #A09066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.12%

R = 39.41%
G = 35.47%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A09066 (or 0xA09066) is known color: Pale Oyster. HEX triplet: A0, 90 and 66. RGB value is (160,144,102). Sum of RGB (Red+Green+Blue) = 160+144+102=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A09066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09066 is #5F6F99. Grayscale: #909090. Windows color (decimal): -6254490 or 6721696. OLE color: 6721696.

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

Color convert

RGB 160 144 102 -
CMYK 0 0.1 0.36 0.37
HSL 43.45º 0.23% 0.51% -
HSV(B) 43.45º 0.36% 0.63% -
XYZ 26.87 28.38 16.63 -
YUV 144 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 160 144 102 0 0.1 0.36 0.37 43.45 0.23 0.51
Hex A0 90 66 0 A 24 25 2B 17 33
Octal 240 220 146 0 12 44 45 53 27 63
Binary 10100000 10010000 1100110 0 1010 100100 100101 101011 10111 110011

Color Harmonies of #A09066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09066

Black with #A09066

Text Example


Text Example

White with #A09066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09066; }

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

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

background-color css

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

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

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

border-color css

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

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

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