Html Css Color HEX #A37574 Opium

📋 copy color: '#A37574'

red 163 ◦ green 117 ◦ blue 116

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

Shades of Opium #A37574

Tints of Opium #A37574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 41.16%
G = 29.55%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A37574 (or 0xA37574) is known color: Opium. HEX triplet: A3, 75 and 74. RGB value is (163,117,116). Sum of RGB (Red+Green+Blue) = 163+117+116=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A37574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37574 is #5C8A8B. Grayscale: #828282. Windows color (decimal): -6064780 or 7632291. OLE color: 7632291.

HSL color Cylindrical-coordinate representation of color #A37574: hue angle of 1.28º degrees, saturation: 0.2, 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 #A37574 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 116 -
CMYK 0 0.28 0.29 0.36
HSL 1.28º 0.2% 0.55% -
HSV(B) 1.28º 0.29% 0.64% -
XYZ 24.62 21.77 19.43 -
YUV 130.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 163 117 116 0 0.28 0.29 0.36 1.28 0.2 0.55
Hex A3 75 74 0 1C 1D 24 1 14 37
Octal 243 165 164 0 34 35 44 1 24 67
Binary 10100011 1110101 1110100 0 11100 11101 100100 1 10100 110111

Color Harmonies of #A37574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37574

Black with #A37574

Text Example


Text Example

White with #A37574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37574; }

 p { color: rgb(163,117,116); }

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

background-color css

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

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

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

border-color css

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

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

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