Html Css Color HEX #A47D78 Opium

📋 copy color: '#A47D78'

red 164 ◦ green 125 ◦ blue 120

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

Shades of Opium #A47D78

Tints of Opium #A47D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 40.1%
G = 30.56%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A47D78 (or 0xA47D78) is known color: Opium. HEX triplet: A4, 7D and 78. RGB value is (164,125,120). Sum of RGB (Red+Green+Blue) = 164+125+120=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D78 is #5B8287. Grayscale: #888888. Windows color (decimal): -5997192 or 7896484. OLE color: 7896484.

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

Color convert

RGB 164 125 120 -
CMYK 0 0.24 0.27 0.36
HSL 6.82º 0.19% 0.56% -
HSV(B) 6.82º 0.27% 0.64% -
XYZ 26.03 23.92 21.01 -
YUV 136.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 164 125 120 0 0.24 0.27 0.36 6.82 0.19 0.56
Hex A4 7D 78 0 18 1B 24 7 13 38
Octal 244 175 170 0 30 33 44 7 23 70
Binary 10100100 1111101 1111000 0 11000 11011 100100 111 10011 111000

Color Harmonies of #A47D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D78

Black with #A47D78

Text Example


Text Example

White with #A47D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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