Html Css Color HEX #A07D7C Opium

📋 copy color: '#A07D7C'

red 160 ◦ green 125 ◦ blue 124

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

Shades of Opium #A07D7C

Tints of Opium #A07D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 39.12%
G = 30.56%
B = 30.32%

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

#A07D7C (or 0xA07D7C) is known color: Opium. HEX triplet: A0, 7D and 7C. RGB value is (160,125,124). Sum of RGB (Red+Green+Blue) = 160+125+124=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D7C is #5F8283. Grayscale: #878787. Windows color (decimal): -6259332 or 8158624. OLE color: 8158624.

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

Color convert

RGB 160 125 124 -
CMYK 0 0.22 0.22 0.37
HSL 1.67º 0.16% 0.56% -
HSV(B) 1.67º 0.23% 0.63% -
XYZ 25.47 23.6 22.28 -
YUV 135.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 160 125 124 0 0.22 0.22 0.37 1.67 0.16 0.56
Hex A0 7D 7C 0 16 16 25 2 10 38
Octal 240 175 174 0 26 26 45 2 20 70
Binary 10100000 1111101 1111100 0 10110 10110 100101 10 10000 111000

Color Harmonies of #A07D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D7C

Black with #A07D7C

Text Example


Text Example

White with #A07D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D7C; }

 p { color: rgb(160,125,124); }

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

background-color css

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

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

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

border-color css

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

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

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