Html Css Color HEX #A07676 Opium

📋 copy color: '#A07676'

red 160 ◦ green 118 ◦ blue 118

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

Shades of Opium #A07676

Tints of Opium #A07676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 40.4%
G = 29.8%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A07676 (or 0xA07676) is known color: Opium. HEX triplet: A0, 76 and 76. RGB value is (160,118,118). Sum of RGB (Red+Green+Blue) = 160+118+118=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07676 is #5F8989. Grayscale: #828282. Windows color (decimal): -6261130 or 7763616. OLE color: 7763616.

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

Color convert

RGB 160 118 118 -
CMYK 0 0.26 0.26 0.37
HSL 0.18% 0.55% -
HSV(B) 0.26% 0.63% -
XYZ 24.25 21.74 20.06 -
YUV 130.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 160 118 118 0 0.26 0.26 0.37 0 0.18 0.55
Hex A0 76 76 0 1A 1A 25 0 12 37
Octal 240 166 166 0 32 32 45 0 22 67
Binary 10100000 1110110 1110110 0 11010 11010 100101 0 10010 110111

Color Harmonies of #A07676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07676

Black with #A07676

Text Example


Text Example

White with #A07676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07676; }

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

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

background-color css

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

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

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

border-color css

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

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

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