Html Css Color HEX #A18D65 Pale Oyster

📋 copy color: '#A18D65'

red 161 ◦ green 141 ◦ blue 101

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

Shades of Pale Oyster #A18D65

Tints of Pale Oyster #A18D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 39.95%
G = 34.99%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A18D65 (or 0xA18D65) is known color: Pale Oyster. HEX triplet: A1, 8D and 65. RGB value is (161,141,101). Sum of RGB (Red+Green+Blue) = 161+141+101=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D65 is #5E729A. Grayscale: #8E8E8E. Windows color (decimal): -6189723 or 6655393. OLE color: 6655393.

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

Color convert

RGB 161 141 101 -
CMYK 0 0.12 0.37 0.37
HSL 40º 0.24% 0.51% -
HSV(B) 40º 0.37% 0.63% -
XYZ 26.57 27.57 16.23 -
YUV 142.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 161 141 101 0 0.12 0.37 0.37 40 0.24 0.51
Hex A1 8D 65 0 C 25 25 28 18 33
Octal 241 215 145 0 14 45 45 50 30 63
Binary 10100001 10001101 1100101 0 1100 100101 100101 101000 11000 110011

Color Harmonies of #A18D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D65

Black with #A18D65

Text Example


Text Example

White with #A18D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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