Html Css Color HEX #A37F7E Opium

📋 copy color: '#A37F7E'

red 163 ◦ green 127 ◦ blue 126

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

Shades of Opium #A37F7E

Tints of Opium #A37F7E

RGB

 RED value IS 163 (64.06% from 255) = 39.18%

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

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

R = 39.18%
G = 30.53%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A37F7E (or 0xA37F7E) is known color: Opium. HEX triplet: A3, 7F and 7E. RGB value is (163,127,126). Sum of RGB (Red+Green+Blue) = 163+127+126=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F7E is #5C8081. Grayscale: #898989. Windows color (decimal): -6062210 or 8290211. OLE color: 8290211.

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

Color convert

RGB 163 127 126 -
CMYK 0 0.22 0.23 0.36
HSL 1.62º 0.17% 0.57% -
HSV(B) 1.62º 0.23% 0.64% -
XYZ 26.46 24.47 23.07 -
YUV 137.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 163 127 126 0 0.22 0.23 0.36 1.62 0.17 0.57
Hex A3 7F 7E 0 16 17 24 2 11 39
Octal 243 177 176 0 26 27 44 2 21 71
Binary 10100011 1111111 1111110 0 10110 10111 100100 10 10001 111001

Color Harmonies of #A37F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F7E

Black with #A37F7E

Text Example


Text Example

White with #A37F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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