Html Css Color HEX #A47E7D Opium

📋 copy color: '#A47E7D'

red 164 ◦ green 126 ◦ blue 125

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

Shades of Opium #A47E7D

Tints of Opium #A47E7D

RGB

 RED value IS 164 (64.45% from 255) = 39.52%

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

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

R = 39.52%
G = 30.36%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A47E7D (or 0xA47E7D) is known color: Opium. HEX triplet: A4, 7E and 7D. RGB value is (164,126,125). Sum of RGB (Red+Green+Blue) = 164+126+125=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E7D is #5B8182. Grayscale: #898989. Windows color (decimal): -5996931 or 8224420. OLE color: 8224420.

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

Color convert

RGB 164 126 125 -
CMYK 0 0.23 0.24 0.36
HSL 1.54º 0.18% 0.57% -
HSV(B) 1.54º 0.24% 0.64% -
XYZ 26.47 24.29 22.7 -
YUV 137.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 164 126 125 0 0.23 0.24 0.36 1.54 0.18 0.57
Hex A4 7E 7D 0 17 18 24 2 12 39
Octal 244 176 175 0 27 30 44 2 22 71
Binary 10100100 1111110 1111101 0 10111 11000 100100 10 10010 111001

Color Harmonies of #A47E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E7D

Black with #A47E7D

Text Example


Text Example

White with #A47E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E7D; }

 p { color: rgb(164,126,125); }

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

background-color css

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

 a { background-color: rgb(164,126,125); }

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

border-color css

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

 span { border-color: rgb(164,126,125); }

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