Html Css Color HEX #A18E72 Pale Oyster

📋 copy color: '#A18E72'

red 161 ◦ green 142 ◦ blue 114

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

Shades of Pale Oyster #A18E72

Tints of Pale Oyster #A18E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 38.61%
G = 34.05%
B = 27.34%

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

#A18E72 (or 0xA18E72) is known color: Pale Oyster. HEX triplet: A1, 8E and 72. RGB value is (161,142,114). Sum of RGB (Red+Green+Blue) = 161+142+114=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E72 is #5E718D. Grayscale: #909090. Windows color (decimal): -6189454 or 7507617. OLE color: 7507617.

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

Color convert

RGB 161 142 114 -
CMYK 0 0.12 0.29 0.37
HSL 35.74º 0.2% 0.54% -
HSV(B) 35.74º 0.29% 0.63% -
XYZ 27.41 28.14 19.91 -
YUV 144.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 161 142 114 0 0.12 0.29 0.37 35.74 0.2 0.54
Hex A1 8E 72 0 C 1D 25 24 14 36
Octal 241 216 162 0 14 35 45 44 24 66
Binary 10100001 10001110 1110010 0 1100 11101 100101 100100 10100 110110

Color Harmonies of #A18E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E72

Black with #A18E72

Text Example


Text Example

White with #A18E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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