Html Css Color HEX #A18D62 Pale Oyster

📋 copy color: '#A18D62'

red 161 ◦ green 141 ◦ blue 98

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

Shades of Pale Oyster #A18D62

Tints of Pale Oyster #A18D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.5%

R = 40.25%
G = 35.25%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A18D62 (or 0xA18D62) is known color: Pale Oyster. HEX triplet: A1, 8D and 62. RGB value is (161,141,98). Sum of RGB (Red+Green+Blue) = 161+141+98=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D62 is #5E729D. Grayscale: #8E8E8E. Windows color (decimal): -6189726 or 6458785. OLE color: 6458785.

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

Color convert

RGB 161 141 98 -
CMYK 0 0.12 0.39 0.37
HSL 40.95º 0.25% 0.51% -
HSV(B) 40.95º 0.39% 0.63% -
XYZ 26.43 27.51 15.47 -
YUV 142.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 161 141 98 0 0.12 0.39 0.37 40.95 0.25 0.51
Hex A1 8D 62 0 C 27 25 29 19 33
Octal 241 215 142 0 14 47 45 51 31 63
Binary 10100001 10001101 1100010 0 1100 100111 100101 101001 11001 110011

Color Harmonies of #A18D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D62

Black with #A18D62

Text Example


Text Example

White with #A18D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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