Html Css Color HEX #A37878 Opium

📋 copy color: '#A37878'

red 163 ◦ green 120 ◦ blue 120

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

Shades of Opium #A37878

Tints of Opium #A37878

RGB

 RED value IS 163 (64.06% from 255) = 40.45%

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

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

R = 40.45%
G = 29.78%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A37878 (or 0xA37878) is known color: Opium. HEX triplet: A3, 78 and 78. RGB value is (163,120,120). Sum of RGB (Red+Green+Blue) = 163+120+120=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A37878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37878 is #5C8787. Grayscale: #848484. Windows color (decimal): -6064008 or 7895203. OLE color: 7895203.

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

Color convert

RGB 163 120 120 -
CMYK 0 0.26 0.26 0.36
HSL 0.19% 0.55% -
HSV(B) 0.26% 0.64% -
XYZ 25.21 22.58 20.8 -
YUV 132.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 163 120 120 0 0.26 0.26 0.36 0 0.19 0.55
Hex A3 78 78 0 1A 1A 24 0 13 37
Octal 243 170 170 0 32 32 44 0 23 67
Binary 10100011 1111000 1111000 0 11010 11010 100100 0 10011 110111

Color Harmonies of #A37878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37878

Black with #A37878

Text Example


Text Example

White with #A37878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37878; }

 p { color: rgb(163,120,120); }

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

background-color css

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

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

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

border-color css

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

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

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