Html Css Color HEX #A18585 Opium

📋 copy color: '#A18585'

red 161 ◦ green 133 ◦ blue 133

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

Shades of Opium #A18585

Tints of Opium #A18585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 37.7%
G = 31.15%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A18585 (or 0xA18585) is known color: Opium. HEX triplet: A1, 85 and 85. RGB value is (161,133,133). Sum of RGB (Red+Green+Blue) = 161+133+133=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18585 is #5E7A7A. Grayscale: #8D8D8D. Windows color (decimal): -6191739 or 8750497. OLE color: 8750497.

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

Color convert

RGB 161 133 133 -
CMYK 0 0.17 0.17 0.37
HSL 0.13% 0.58% -
HSV(B) 0.17% 0.63% -
XYZ 27.32 26.05 25.78 -
YUV 141.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 161 133 133 0 0.17 0.17 0.37 0 0.13 0.58
Hex A1 85 85 0 11 11 25 0 D 3A
Octal 241 205 205 0 21 21 45 0 15 72
Binary 10100001 10000101 10000101 0 10001 10001 100101 0 1101 111010

Color Harmonies of #A18585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18585

Black with #A18585

Text Example


Text Example

White with #A18585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18585; }

 p { color: rgb(161,133,133); }

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

background-color css

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

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

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

border-color css

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

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

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