Html Css Color HEX #A97F7D Opium

📋 copy color: '#A97F7D'

red 169 ◦ green 127 ◦ blue 125

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

Shades of Opium #A97F7D

Tints of Opium #A97F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 40.14%
G = 30.17%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A97F7D (or 0xA97F7D) is known color: Opium. HEX triplet: A9, 7F and 7D. RGB value is (169,127,125). Sum of RGB (Red+Green+Blue) = 169+127+125=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F7D is #568082. Grayscale: #8B8B8B. Windows color (decimal): -5668995 or 8224681. OLE color: 8224681.

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

Color convert

RGB 169 127 125 -
CMYK 0 0.25 0.26 0.34
HSL 2.73º 0.2% 0.58% -
HSV(B) 2.73º 0.26% 0.66% -
XYZ 27.65 25.09 22.79 -
YUV 139.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 169 127 125 0 0.25 0.26 0.34 2.73 0.2 0.58
Hex A9 7F 7D 0 19 1A 22 3 14 3A
Octal 251 177 175 0 31 32 42 3 24 72
Binary 10101001 1111111 1111101 0 11001 11010 100010 11 10100 111010

Color Harmonies of #A97F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97F7D

Black with #A97F7D

Text Example


Text Example

White with #A97F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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