Html Css Color HEX #A08C63 Pale Oyster

📋 copy color: '#A08C63'

red 160 ◦ green 140 ◦ blue 99

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

Shades of Pale Oyster #A08C63

Tints of Pale Oyster #A08C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 40.1%
G = 35.09%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A08C63 (or 0xA08C63) is known color: Pale Oyster. HEX triplet: A0, 8C and 63. RGB value is (160,140,99). Sum of RGB (Red+Green+Blue) = 160+140+99=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C63 is #5F739C. Grayscale: #8D8D8D. Windows color (decimal): -6255517 or 6524064. OLE color: 6524064.

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

Color convert

RGB 160 140 99 -
CMYK 0 0.12 0.38 0.37
HSL 40.33º 0.24% 0.51% -
HSV(B) 40.33º 0.38% 0.63% -
XYZ 26.13 27.13 15.66 -
YUV 141.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 160 140 99 0 0.12 0.38 0.37 40.33 0.24 0.51
Hex A0 8C 63 0 C 26 25 28 18 33
Octal 240 214 143 0 14 46 45 50 30 63
Binary 10100000 10001100 1100011 0 1100 100110 100101 101000 11000 110011

Color Harmonies of #A08C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C63

Black with #A08C63

Text Example


Text Example

White with #A08C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C63; }

 p { color: rgb(160,140,99); }

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

background-color css

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

 a { background-color: rgb(160,140,99); }

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

border-color css

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

 span { border-color: rgb(160,140,99); }

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