Html Css Color HEX #A27C78 Opium

📋 copy color: '#A27C78'

red 162 ◦ green 124 ◦ blue 120

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

Shades of Opium #A27C78

Tints of Opium #A27C78

RGB

 RED value IS 162 (63.67% from 255) = 39.9%

 GREEN value IS 124 (48.83% from 255) = 30.54%

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

R = 39.9%
G = 30.54%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A27C78 (or 0xA27C78) is known color: Opium. HEX triplet: A2, 7C and 78. RGB value is (162,124,120). Sum of RGB (Red+Green+Blue) = 162+124+120=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C78 is #5D8387. Grayscale: #868686. Windows color (decimal): -6128520 or 7896226. OLE color: 7896226.

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

Color convert

RGB 162 124 120 -
CMYK 0 0.23 0.26 0.36
HSL 5.71º 0.18% 0.55% -
HSV(B) 5.71º 0.26% 0.64% -
XYZ 25.5 23.45 20.95 -
YUV 134.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 162 124 120 0 0.23 0.26 0.36 5.71 0.18 0.55
Hex A2 7C 78 0 17 1A 24 6 12 37
Octal 242 174 170 0 27 32 44 6 22 67
Binary 10100010 1111100 1111000 0 10111 11010 100100 110 10010 110111

Color Harmonies of #A27C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C78

Black with #A27C78

Text Example


Text Example

White with #A27C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C78; }

 p { color: rgb(162,124,120); }

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

background-color css

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

 a { background-color: rgb(162,124,120); }

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

border-color css

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

 span { border-color: rgb(162,124,120); }

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