Html Css Color HEX #AC7E7E Opium

📋 copy color: '#AC7E7E'

red 172 ◦ green 126 ◦ blue 126

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

Shades of Opium #AC7E7E

Tints of Opium #AC7E7E

RGB

 RED value IS 172 (67.58% from 255) = 40.57%

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

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

R = 40.57%
G = 29.72%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC7E7E (or 0xAC7E7E) is known color: Opium. HEX triplet: AC, 7E and 7E. RGB value is (172,126,126). Sum of RGB (Red+Green+Blue) = 172+126+126=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E7E is #538181. Grayscale: #8B8B8B. Windows color (decimal): -5472642 or 8289964. OLE color: 8289964.

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

Color convert

RGB 172 126 126 -
CMYK 0 0.27 0.27 0.33
HSL 0.22% 0.58% -
HSV(B) 0.27% 0.67% -
XYZ 28.24 25.2 23.11 -
YUV 139.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 172 126 126 0 0.27 0.27 0.33 0 0.22 0.58
Hex AC 7E 7E 0 1B 1B 21 0 16 3A
Octal 254 176 176 0 33 33 41 0 26 72
Binary 10101100 1111110 1111110 0 11011 11011 100001 0 10110 111010

Color Harmonies of #AC7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E7E

Black with #AC7E7E

Text Example


Text Example

White with #AC7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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