Html Css Color HEX #A97D7C Opium

📋 copy color: '#A97D7C'

red 169 ◦ green 125 ◦ blue 124

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

Shades of Opium #A97D7C

Tints of Opium #A97D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 40.43%
G = 29.9%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A97D7C (or 0xA97D7C) is known color: Opium. HEX triplet: A9, 7D and 7C. RGB value is (169,125,124). Sum of RGB (Red+Green+Blue) = 169+125+124=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D7C is #568283. Grayscale: #8A8A8A. Windows color (decimal): -5669508 or 8158633. OLE color: 8158633.

HSL color Cylindrical-coordinate representation of color #A97D7C: hue angle of 1.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A97D7C is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 125 124 -
CMYK 0 0.26 0.27 0.34
HSL 1.33º 0.21% 0.57% -
HSV(B) 1.33º 0.27% 0.66% -
XYZ 27.33 24.56 22.37 -
YUV 138.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 169 125 124 0 0.26 0.27 0.34 1.33 0.21 0.57
Hex A9 7D 7C 0 1A 1B 22 1 15 39
Octal 251 175 174 0 32 33 42 1 25 71
Binary 10101001 1111101 1111100 0 11010 11011 100010 1 10101 111001

Color Harmonies of #A97D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D7C

Black with #A97D7C

Text Example


Text Example

White with #A97D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D7C; }

 p { color: rgb(169,125,124); }

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

background-color css

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

 a { background-color: rgb(169,125,124); }

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

border-color css

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

 span { border-color: rgb(169,125,124); }

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