Html Css Color HEX #A47875 Opium

📋 copy color: '#A47875'

red 164 ◦ green 120 ◦ blue 117

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

Shades of Opium #A47875

Tints of Opium #A47875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 40.9%
G = 29.93%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47875 (or 0xA47875) is known color: Opium. HEX triplet: A4, 78 and 75. RGB value is (164,120,117). Sum of RGB (Red+Green+Blue) = 164+120+117=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47875 is #5B878A. Grayscale: #848484. Windows color (decimal): -5998475 or 7698596. OLE color: 7698596.

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

Color convert

RGB 164 120 117 -
CMYK 0 0.27 0.29 0.36
HSL 3.83º 0.21% 0.55% -
HSV(B) 3.83º 0.29% 0.64% -
XYZ 25.24 22.61 19.86 -
YUV 132.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 164 120 117 0 0.27 0.29 0.36 3.83 0.21 0.55
Hex A4 78 75 0 1B 1D 24 4 15 37
Octal 244 170 165 0 33 35 44 4 25 67
Binary 10100100 1111000 1110101 0 11011 11101 100100 100 10101 110111

Color Harmonies of #A47875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47875

Black with #A47875

Text Example


Text Example

White with #A47875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47875; }

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

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

background-color css

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

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

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

border-color css

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

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

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