Html Css Color HEX #A18E6F Pale Oyster

📋 copy color: '#A18E6F'

red 161 ◦ green 142 ◦ blue 111

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

Shades of Pale Oyster #A18E6F

Tints of Pale Oyster #A18E6F

RGB

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

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

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

R = 38.89%
G = 34.3%
B = 26.81%

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

#A18E6F (or 0xA18E6F) is known color: Pale Oyster. HEX triplet: A1, 8E and 6F. RGB value is (161,142,111). Sum of RGB (Red+Green+Blue) = 161+142+111=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E6F is #5E7190. Grayscale: #909090. Windows color (decimal): -6189457 or 7311009. OLE color: 7311009.

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

Color convert

RGB 161 142 111 -
CMYK 0 0.12 0.31 0.37
HSL 37.2º 0.21% 0.53% -
HSV(B) 37.2º 0.31% 0.63% -
XYZ 27.24 28.07 19.02 -
YUV 144.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 161 142 111 0 0.12 0.31 0.37 37.2 0.21 0.53
Hex A1 8E 6F 0 C 1F 25 25 15 35
Octal 241 216 157 0 14 37 45 45 25 65
Binary 10100001 10001110 1101111 0 1100 11111 100101 100101 10101 110101

Color Harmonies of #A18E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E6F

Black with #A18E6F

Text Example


Text Example

White with #A18E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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