Html Css Color HEX #A08C71 Pale Oyster

📋 copy color: '#A08C71'

red 160 ◦ green 140 ◦ blue 113

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

Shades of Pale Oyster #A08C71

Tints of Pale Oyster #A08C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.36%

R = 38.74%
G = 33.9%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08C71 (or 0xA08C71) is known color: Pale Oyster. HEX triplet: A0, 8C and 71. RGB value is (160,140,113). Sum of RGB (Red+Green+Blue) = 160+140+113=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C71 is #5F738E. Grayscale: #8F8F8F. Windows color (decimal): -6255503 or 7441568. OLE color: 7441568.

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

Color convert

RGB 160 140 113 -
CMYK 0 0.12 0.29 0.37
HSL 34.47º 0.2% 0.54% -
HSV(B) 34.47º 0.29% 0.63% -
XYZ 26.86 27.42 19.5 -
YUV 142.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 160 140 113 0 0.12 0.29 0.37 34.47 0.2 0.54
Hex A0 8C 71 0 C 1D 25 22 14 36
Octal 240 214 161 0 14 35 45 42 24 66
Binary 10100000 10001100 1110001 0 1100 11101 100101 100010 10100 110110

Color Harmonies of #A08C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C71

Black with #A08C71

Text Example


Text Example

White with #A08C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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