Html Css Color HEX #A27978 Opium

📋 copy color: '#A27978'

red 162 ◦ green 121 ◦ blue 120

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

Shades of Opium #A27978

Tints of Opium #A27978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

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

R = 40.2%
G = 30.02%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A27978 (or 0xA27978) is known color: Opium. HEX triplet: A2, 79 and 78. RGB value is (162,121,120). Sum of RGB (Red+Green+Blue) = 162+121+120=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A27978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27978 is #5D8687. Grayscale: #858585. Windows color (decimal): -6129288 or 7895458. OLE color: 7895458.

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

Color convert

RGB 162 121 120 -
CMYK 0 0.25 0.26 0.36
HSL 1.43º 0.18% 0.55% -
HSV(B) 1.43º 0.26% 0.64% -
XYZ 25.13 22.71 20.83 -
YUV 133.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 162 121 120 0 0.25 0.26 0.36 1.43 0.18 0.55
Hex A2 79 78 0 19 1A 24 1 12 37
Octal 242 171 170 0 31 32 44 1 22 67
Binary 10100010 1111001 1111000 0 11001 11010 100100 1 10010 110111

Color Harmonies of #A27978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27978

Black with #A27978

Text Example


Text Example

White with #A27978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27978; }

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

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

background-color css

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

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

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

border-color css

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

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

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