Html Css Color HEX #AB7E7E Opium

📋 copy color: '#AB7E7E'

red 171 ◦ green 126 ◦ blue 126

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

Shades of Opium #AB7E7E

Tints of Opium #AB7E7E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 40.43%
G = 29.79%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB7E7E (or 0xAB7E7E) is known color: Opium. HEX triplet: AB, 7E and 7E. RGB value is (171,126,126). Sum of RGB (Red+Green+Blue) = 171+126+126=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E7E is #548181. Grayscale: #8B8B8B. Windows color (decimal): -5538178 or 8289963. OLE color: 8289963.

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

Color convert

RGB 171 126 126 -
CMYK 0 0.26 0.26 0.33
HSL 0.21% 0.58% -
HSV(B) 0.26% 0.67% -
XYZ 28.02 25.09 23.1 -
YUV 139.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 171 126 126 0 0.26 0.26 0.33 0 0.21 0.58
Hex AB 7E 7E 0 1A 1A 21 0 15 3A
Octal 253 176 176 0 32 32 41 0 25 72
Binary 10101011 1111110 1111110 0 11010 11010 100001 0 10101 111010

Color Harmonies of #AB7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E7E

Black with #AB7E7E

Text Example


Text Example

White with #AB7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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