Html Css Color HEX #A08E60 Pale Oyster

📋 copy color: '#A08E60'

red 160 ◦ green 142 ◦ blue 96

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

Shades of Pale Oyster #A08E60

Tints of Pale Oyster #A08E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 40.2%
G = 35.68%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A08E60 (or 0xA08E60) is known color: Pale Oyster. HEX triplet: A0, 8E and 60. RGB value is (160,142,96). Sum of RGB (Red+Green+Blue) = 160+142+96=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E60 is #5F719F. Grayscale: #8E8E8E. Windows color (decimal): -6255008 or 6327968. OLE color: 6327968.

HSL color Cylindrical-coordinate representation of color #A08E60: hue angle of 43.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08E60 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 142 96 -
CMYK 0 0.11 0.4 0.37
HSL 43.13º 0.25% 0.5% -
HSV(B) 43.13º 0.4% 0.63% -
XYZ 26.28 27.66 15.02 -
YUV 142.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 160 142 96 0 0.11 0.4 0.37 43.13 0.25 0.5
Hex A0 8E 60 0 B 28 25 2B 19 32
Octal 240 216 140 0 13 50 45 53 31 62
Binary 10100000 10001110 1100000 0 1011 101000 100101 101011 11001 110010

Color Harmonies of #A08E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E60

Black with #A08E60

Text Example


Text Example

White with #A08E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E60; }

 p { color: rgb(160,142,96); }

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

background-color css

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

 a { background-color: rgb(160,142,96); }

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

border-color css

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

 span { border-color: rgb(160,142,96); }

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