Html Css Color HEX #A97F7E Opium

📋 copy color: '#A97F7E'

red 169 ◦ green 127 ◦ blue 126

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

Shades of Opium #A97F7E

Tints of Opium #A97F7E

RGB

 RED value IS 169 (66.41% from 255) = 40.05%

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

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

R = 40.05%
G = 30.09%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A97F7E (or 0xA97F7E) is known color: Opium. HEX triplet: A9, 7F and 7E. RGB value is (169,127,126). Sum of RGB (Red+Green+Blue) = 169+127+126=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F7E is #568081. Grayscale: #8B8B8B. Windows color (decimal): -5668994 or 8290217. OLE color: 8290217.

HSL color Cylindrical-coordinate representation of color #A97F7E: hue angle of 1.4º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A97F7E is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 127 126 -
CMYK 0 0.25 0.25 0.34
HSL 1.4º 0.2% 0.58% -
HSV(B) 1.4º 0.25% 0.66% -
XYZ 27.72 25.12 23.13 -
YUV 139.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 169 127 126 0 0.25 0.25 0.34 1.4 0.2 0.58
Hex A9 7F 7E 0 19 19 22 1 14 3A
Octal 251 177 176 0 31 31 42 1 24 72
Binary 10101001 1111111 1111110 0 11001 11001 100010 1 10100 111010

Color Harmonies of #A97F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97F7E

Black with #A97F7E

Text Example


Text Example

White with #A97F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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