Html Css Color HEX #A27976 Opium

📋 copy color: '#A27976'

red 162 ◦ green 121 ◦ blue 118

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

Shades of Opium #A27976

Tints of Opium #A27976

RGB

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

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

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

R = 40.4%
G = 30.17%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A27976 (or 0xA27976) is known color: Opium. HEX triplet: A2, 79 and 76. RGB value is (162,121,118). Sum of RGB (Red+Green+Blue) = 162+121+118=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27976 is #5D8689. Grayscale: #848484. Windows color (decimal): -6129290 or 7764386. OLE color: 7764386.

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

Color convert

RGB 162 121 118 -
CMYK 0 0.25 0.27 0.36
HSL 4.09º 0.19% 0.55% -
HSV(B) 4.09º 0.27% 0.64% -
XYZ 25.01 22.66 20.2 -
YUV 132.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 162 121 118 0 0.25 0.27 0.36 4.09 0.19 0.55
Hex A2 79 76 0 19 1B 24 4 13 37
Octal 242 171 166 0 31 33 44 4 23 67
Binary 10100010 1111001 1110110 0 11001 11011 100100 100 10011 110111

Color Harmonies of #A27976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27976

Black with #A27976

Text Example


Text Example

White with #A27976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27976; }

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

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

background-color css

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

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

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

border-color css

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

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

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