Html Css Color HEX #A27E79 Opium

📋 copy color: '#A27E79'

red 162 ◦ green 126 ◦ blue 121

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

Shades of Opium #A27E79

Tints of Opium #A27E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

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

R = 39.61%
G = 30.81%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A27E79 (or 0xA27E79) is known color: Opium. HEX triplet: A2, 7E and 79. RGB value is (162,126,121). Sum of RGB (Red+Green+Blue) = 162+126+121=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E79 is #5D8186. Grayscale: #888888. Windows color (decimal): -6128007 or 7962274. OLE color: 7962274.

HSL color Cylindrical-coordinate representation of color #A27E79: hue angle of 7.32º 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 #A27E79 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 126 121 -
CMYK 0 0.22 0.25 0.36
HSL 7.32º 0.18% 0.55% -
HSV(B) 7.32º 0.25% 0.64% -
XYZ 25.81 23.98 21.36 -
YUV 136.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 162 126 121 0 0.22 0.25 0.36 7.32 0.18 0.55
Hex A2 7E 79 0 16 19 24 7 12 37
Octal 242 176 171 0 26 31 44 7 22 67
Binary 10100010 1111110 1111001 0 10110 11001 100100 111 10010 110111

Color Harmonies of #A27E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E79

Black with #A27E79

Text Example


Text Example

White with #A27E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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