Html Css Color HEX #A07E7E Opium

📋 copy color: '#A07E7E'

red 160 ◦ green 126 ◦ blue 126

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

Shades of Opium #A07E7E

Tints of Opium #A07E7E

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

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

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

R = 38.83%
G = 30.58%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A07E7E (or 0xA07E7E) is known color: Opium. HEX triplet: A0, 7E and 7E. RGB value is (160,126,126). Sum of RGB (Red+Green+Blue) = 160+126+126=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E7E is #5F8181. Grayscale: #888888. Windows color (decimal): -6259074 or 8289952. OLE color: 8289952.

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

Color convert

RGB 160 126 126 -
CMYK 0 0.21 0.21 0.37
HSL 0.15% 0.56% -
HSV(B) 0.21% 0.63% -
XYZ 25.72 23.9 23 -
YUV 136.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 160 126 126 0 0.21 0.21 0.37 0 0.15 0.56
Hex A0 7E 7E 0 15 15 25 0 F 38
Octal 240 176 176 0 25 25 45 0 17 70
Binary 10100000 1111110 1111110 0 10101 10101 100101 0 1111 111000

Color Harmonies of #A07E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E7E

Black with #A07E7E

Text Example


Text Example

White with #A07E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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