Html Css Color HEX #A17A78 Opium

📋 copy color: '#A17A78'

red 161 ◦ green 122 ◦ blue 120

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

Shades of Opium #A17A78

Tints of Opium #A17A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.27%

 BLUE value IS 120 (47.27% from 255) = 29.78%

R = 39.95%
G = 30.27%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A17A78 (or 0xA17A78) is known color: Opium. HEX triplet: A1, 7A and 78. RGB value is (161,122,120). Sum of RGB (Red+Green+Blue) = 161+122+120=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A78 is #5E8587. Grayscale: #858585. Windows color (decimal): -6194568 or 7895713. OLE color: 7895713.

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

Color convert

RGB 161 122 120 -
CMYK 0 0.24 0.25 0.37
HSL 2.93º 0.18% 0.55% -
HSV(B) 2.93º 0.25% 0.63% -
XYZ 25.05 22.85 20.86 -
YUV 133.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 161 122 120 0 0.24 0.25 0.37 2.93 0.18 0.55
Hex A1 7A 78 0 18 19 25 3 12 37
Octal 241 172 170 0 30 31 45 3 22 67
Binary 10100001 1111010 1111000 0 11000 11001 100101 11 10010 110111

Color Harmonies of #A17A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A78

Black with #A17A78

Text Example


Text Example

White with #A17A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A78; }

 p { color: rgb(161,122,120); }

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

background-color css

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

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

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

border-color css

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

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

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