Html Css Color HEX #A18D71 Pale Oyster

📋 copy color: '#A18D71'

red 161 ◦ green 141 ◦ blue 113

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

Shades of Pale Oyster #A18D71

Tints of Pale Oyster #A18D71

RGB

 RED value IS 161 (63.28% from 255) = 38.8%

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

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

R = 38.8%
G = 33.98%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A18D71 (or 0xA18D71) is known color: Pale Oyster. HEX triplet: A1, 8D and 71. RGB value is (161,141,113). Sum of RGB (Red+Green+Blue) = 161+141+113=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D71 is #5E728E. Grayscale: #8F8F8F. Windows color (decimal): -6189711 or 7441825. OLE color: 7441825.

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

Color convert

RGB 161 141 113 -
CMYK 0 0.12 0.30 0.37
HSL 35º 0.2% 0.54% -
HSV(B) 35º 0.3% 0.63% -
XYZ 27.2 27.82 19.56 -
YUV 143.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 161 141 113 0 0.12 0.30 0.37 35 0.2 0.54
Hex A1 8D 71 0 C 1E 25 23 14 36
Octal 241 215 161 0 14 36 45 43 24 66
Binary 10100001 10001101 1110001 0 1100 11110 100101 100011 10100 110110

Color Harmonies of #A18D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D71

Black with #A18D71

Text Example


Text Example

White with #A18D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D71; }

 p { color: rgb(161,141,113); }

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

background-color css

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

 a { background-color: rgb(161,141,113); }

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

border-color css

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

 span { border-color: rgb(161,141,113); }

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