Html Css Color HEX #AB8585 Opium

📋 copy color: '#AB8585'

red 171 ◦ green 133 ◦ blue 133

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

Shades of Opium #AB8585

Tints of Opium #AB8585

RGB

 RED value IS 171 (67.19% from 255) = 39.13%

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

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

R = 39.13%
G = 30.43%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB8585 (or 0xAB8585) is known color: Opium. HEX triplet: AB, 85 and 85. RGB value is (171,133,133). Sum of RGB (Red+Green+Blue) = 171+133+133=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8585 is #547A7A. Grayscale: #909090. Windows color (decimal): -5536379 or 8750507. OLE color: 8750507.

HSL color Cylindrical-coordinate representation of color #AB8585: hue angle of 0º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8585 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 133 -
CMYK 0 0.22 0.22 0.33
HSL 0.18% 0.6% -
HSV(B) 0.22% 0.67% -
XYZ 29.42 27.13 25.88 -
YUV 144.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 171 133 133 0 0.22 0.22 0.33 0 0.18 0.6
Hex AB 85 85 0 16 16 21 0 12 3C
Octal 253 205 205 0 26 26 41 0 22 74
Binary 10101011 10000101 10000101 0 10110 10110 100001 0 10010 111100

Color Harmonies of #AB8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8585

Black with #AB8585

Text Example


Text Example

White with #AB8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8585; }

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

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

background-color css

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

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

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

border-color css

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

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

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