Html Css Color HEX #A48887 Opium

📋 copy color: '#A48887'

red 164 ◦ green 136 ◦ blue 135

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

Shades of Opium #A48887

Tints of Opium #A48887

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 136 (53.52% from 255) = 31.26%

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 37.7%
G = 31.26%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A48887 (or 0xA48887) is known color: Opium. HEX triplet: A4, 88 and 87. RGB value is (164,136,135). Sum of RGB (Red+Green+Blue) = 164+136+135=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48887 is #5B7778. Grayscale: #909090. Windows color (decimal): -5994361 or 8882340. OLE color: 8882340.

HSL color Cylindrical-coordinate representation of color #A48887: hue angle of 2.07º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48887 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 135 -
CMYK 0 0.17 0.18 0.36
HSL 2.07º 0.14% 0.59% -
HSV(B) 2.07º 0.18% 0.64% -
XYZ 28.49 27.25 26.68 -
YUV 144.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 164 136 135 0 0.17 0.18 0.36 2.07 0.14 0.59
Hex A4 88 87 0 11 12 24 2 E 3B
Octal 244 210 207 0 21 22 44 2 16 73
Binary 10100100 10001000 10000111 0 10001 10010 100100 10 1110 111011

Color Harmonies of #A48887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48887

Black with #A48887

Text Example


Text Example

White with #A48887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48887; }

 p { color: rgb(164,136,135); }

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

background-color css

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

 a { background-color: rgb(164,136,135); }

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

border-color css

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

 span { border-color: rgb(164,136,135); }

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