Html Css Color HEX #A27C79 Opium

📋 copy color: '#A27C79'

red 162 ◦ green 124 ◦ blue 121

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

Shades of Opium #A27C79

Tints of Opium #A27C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 39.8%
G = 30.47%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A27C79 (or 0xA27C79) is known color: Opium. HEX triplet: A2, 7C and 79. RGB value is (162,124,121). Sum of RGB (Red+Green+Blue) = 162+124+121=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C79 is #5D8386. Grayscale: #878787. Windows color (decimal): -6128519 or 7961762. OLE color: 7961762.

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

Color convert

RGB 162 124 121 -
CMYK 0 0.23 0.25 0.36
HSL 4.39º 0.18% 0.55% -
HSV(B) 4.39º 0.25% 0.64% -
XYZ 25.56 23.48 21.27 -
YUV 135.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 162 124 121 0 0.23 0.25 0.36 4.39 0.18 0.55
Hex A2 7C 79 0 17 19 24 4 12 37
Octal 242 174 171 0 27 31 44 4 22 67
Binary 10100010 1111100 1111001 0 10111 11001 100100 100 10010 110111

Color Harmonies of #A27C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C79

Black with #A27C79

Text Example


Text Example

White with #A27C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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