Html Css Color HEX #A08D6E Pale Oyster

📋 copy color: '#A08D6E'

red 160 ◦ green 141 ◦ blue 110

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

Shades of Pale Oyster #A08D6E

Tints of Pale Oyster #A08D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 38.93%
G = 34.31%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A08D6E (or 0xA08D6E) is known color: Pale Oyster. HEX triplet: A0, 8D and 6E. RGB value is (160,141,110). Sum of RGB (Red+Green+Blue) = 160+141+110=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D6E is #5F7291. Grayscale: #8F8F8F. Windows color (decimal): -6255250 or 7245216. OLE color: 7245216.

HSL color Cylindrical-coordinate representation of color #A08D6E: hue angle of 37.2º 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 #A08D6E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 141 110 -
CMYK 0 0.12 0.31 0.37
HSL 37.2º 0.21% 0.53% -
HSV(B) 37.2º 0.31% 0.63% -
XYZ 26.84 27.65 18.67 -
YUV 143.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 160 141 110 0 0.12 0.31 0.37 37.2 0.21 0.53
Hex A0 8D 6E 0 C 1F 25 25 15 35
Octal 240 215 156 0 14 37 45 45 25 65
Binary 10100000 10001101 1101110 0 1100 11111 100101 100101 10101 110101

Color Harmonies of #A08D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D6E

Black with #A08D6E

Text Example


Text Example

White with #A08D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D6E; }

 p { color: rgb(160,141,110); }

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

background-color css

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

 a { background-color: rgb(160,141,110); }

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

border-color css

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

 span { border-color: rgb(160,141,110); }

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