Html Css Color HEX #A27F7E Opium

📋 copy color: '#A27F7E'

red 162 ◦ green 127 ◦ blue 126

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

Shades of Opium #A27F7E

Tints of Opium #A27F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 39.04%
G = 30.6%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A27F7E (or 0xA27F7E) is known color: Opium. HEX triplet: A2, 7F and 7E. RGB value is (162,127,126). Sum of RGB (Red+Green+Blue) = 162+127+126=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F7E is #5D8081. Grayscale: #898989. Windows color (decimal): -6127746 or 8290210. OLE color: 8290210.

HSL color Cylindrical-coordinate representation of color #A27F7E: hue angle of 1.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F7E is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 126 -
CMYK 0 0.22 0.22 0.36
HSL 1.67º 0.16% 0.56% -
HSV(B) 1.67º 0.22% 0.64% -
XYZ 26.26 24.37 23.06 -
YUV 137.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 162 127 126 0 0.22 0.22 0.36 1.67 0.16 0.56
Hex A2 7F 7E 0 16 16 24 2 10 38
Octal 242 177 176 0 26 26 44 2 20 70
Binary 10100010 1111111 1111110 0 10110 10110 100100 10 10000 111000

Color Harmonies of #A27F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F7E

Black with #A27F7E

Text Example


Text Example

White with #A27F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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