Html Css Color HEX #A18E70 Pale Oyster

📋 copy color: '#A18E70'

red 161 ◦ green 142 ◦ blue 112

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

Shades of Pale Oyster #A18E70

Tints of Pale Oyster #A18E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 38.8%
G = 34.22%
B = 26.99%

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

#A18E70 (or 0xA18E70) is known color: Pale Oyster. HEX triplet: A1, 8E and 70. RGB value is (161,142,112). Sum of RGB (Red+Green+Blue) = 161+142+112=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E70 is #5E718F. Grayscale: #909090. Windows color (decimal): -6189456 or 7376545. OLE color: 7376545.

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

Color convert

RGB 161 142 112 -
CMYK 0 0.12 0.30 0.37
HSL 36.73º 0.21% 0.54% -
HSV(B) 36.73º 0.3% 0.63% -
XYZ 27.3 28.09 19.31 -
YUV 144.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 161 142 112 0 0.12 0.30 0.37 36.73 0.21 0.54
Hex A1 8E 70 0 C 1E 25 25 15 36
Octal 241 216 160 0 14 36 45 45 25 66
Binary 10100001 10001110 1110000 0 1100 11110 100101 100101 10101 110110

Color Harmonies of #A18E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E70

Black with #A18E70

Text Example


Text Example

White with #A18E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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