Html Css Color HEX #A27A76 Opium

📋 copy color: '#A27A76'

red 162 ◦ green 122 ◦ blue 118

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

Shades of Opium #A27A76

Tints of Opium #A27A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

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

R = 40.3%
G = 30.35%
B = 29.35%

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

#A27A76 (or 0xA27A76) is known color: Opium. HEX triplet: A2, 7A and 76. RGB value is (162,122,118). Sum of RGB (Red+Green+Blue) = 162+122+118=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A76 is #5D8589. Grayscale: #858585. Windows color (decimal): -6129034 or 7764642. OLE color: 7764642.

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

Color convert

RGB 162 122 118 -
CMYK 0 0.25 0.27 0.36
HSL 5.45º 0.19% 0.55% -
HSV(B) 5.45º 0.27% 0.64% -
XYZ 25.13 22.91 20.24 -
YUV 133.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 162 122 118 0 0.25 0.27 0.36 5.45 0.19 0.55
Hex A2 7A 76 0 19 1B 24 5 13 37
Octal 242 172 166 0 31 33 44 5 23 67
Binary 10100010 1111010 1110110 0 11001 11011 100100 101 10011 110111

Color Harmonies of #A27A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A76

Black with #A27A76

Text Example


Text Example

White with #A27A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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