Html Css Color HEX #A17E7E Opium

📋 copy color: '#A17E7E'

red 161 ◦ green 126 ◦ blue 126

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

Shades of Opium #A17E7E

Tints of Opium #A17E7E

RGB

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

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

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

R = 38.98%
G = 30.51%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A17E7E (or 0xA17E7E) is known color: Opium. HEX triplet: A1, 7E and 7E. RGB value is (161,126,126). Sum of RGB (Red+Green+Blue) = 161+126+126=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E7E is #5E8181. Grayscale: #888888. Windows color (decimal): -6193538 or 8289953. OLE color: 8289953.

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

Color convert

RGB 161 126 126 -
CMYK 0 0.22 0.22 0.37
HSL 0.16% 0.56% -
HSV(B) 0.22% 0.63% -
XYZ 25.92 24.01 23.01 -
YUV 136.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 161 126 126 0 0.22 0.22 0.37 0 0.16 0.56
Hex A1 7E 7E 0 16 16 25 0 10 38
Octal 241 176 176 0 26 26 45 0 20 70
Binary 10100001 1111110 1111110 0 10110 10110 100101 0 10000 111000

Color Harmonies of #A17E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E7E

Black with #A17E7E

Text Example


Text Example

White with #A17E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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