Html Css Color HEX #A27876 Opium

📋 copy color: '#A27876'

red 162 ◦ green 120 ◦ blue 118

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

Shades of Opium #A27876

Tints of Opium #A27876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 40.5%
G = 30%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A27876 (or 0xA27876) is known color: Opium. HEX triplet: A2, 78 and 76. RGB value is (162,120,118). Sum of RGB (Red+Green+Blue) = 162+120+118=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A27876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27876 is #5D8789. Grayscale: #848484. Windows color (decimal): -6129546 or 7764130. OLE color: 7764130.

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

Color convert

RGB 162 120 118 -
CMYK 0 0.26 0.27 0.36
HSL 2.73º 0.19% 0.55% -
HSV(B) 2.73º 0.27% 0.64% -
XYZ 24.89 22.42 20.16 -
YUV 132.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 162 120 118 0 0.26 0.27 0.36 2.73 0.19 0.55
Hex A2 78 76 0 1A 1B 24 3 13 37
Octal 242 170 166 0 32 33 44 3 23 67
Binary 10100010 1111000 1110110 0 11010 11011 100100 11 10011 110111

Color Harmonies of #A27876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27876

Black with #A27876

Text Example


Text Example

White with #A27876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27876; }

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

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

background-color css

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

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

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

border-color css

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

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

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