Html Css Color HEX #A08E6F Pale Oyster

📋 copy color: '#A08E6F'

red 160 ◦ green 142 ◦ blue 111

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

Shades of Pale Oyster #A08E6F

Tints of Pale Oyster #A08E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 38.74%
G = 34.38%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A08E6F (or 0xA08E6F) is known color: Pale Oyster. HEX triplet: A0, 8E and 6F. RGB value is (160,142,111). Sum of RGB (Red+Green+Blue) = 160+142+111=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E6F is #5F7190. Grayscale: #8F8F8F. Windows color (decimal): -6254993 or 7311008. OLE color: 7311008.

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

Color convert

RGB 160 142 111 -
CMYK 0 0.11 0.31 0.37
HSL 37.96º 0.21% 0.53% -
HSV(B) 37.96º 0.31% 0.63% -
XYZ 27.04 27.97 19.01 -
YUV 143.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 160 142 111 0 0.11 0.31 0.37 37.96 0.21 0.53
Hex A0 8E 6F 0 B 1F 25 26 15 35
Octal 240 216 157 0 13 37 45 46 25 65
Binary 10100000 10001110 1101111 0 1011 11111 100101 100110 10101 110101

Color Harmonies of #A08E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E6F

Black with #A08E6F

Text Example


Text Example

White with #A08E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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