Html Css Color HEX #A37474 Opium

📋 copy color: '#A37474'

red 163 ◦ green 116 ◦ blue 116

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

Shades of Opium #A37474

Tints of Opium #A37474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 41.27%
G = 29.37%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A37474 (or 0xA37474) is known color: Opium. HEX triplet: A3, 74 and 74. RGB value is (163,116,116). Sum of RGB (Red+Green+Blue) = 163+116+116=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37474 is #5C8B8B. Grayscale: #828282. Windows color (decimal): -6065036 or 7632035. OLE color: 7632035.

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

Color convert

RGB 163 116 116 -
CMYK 0 0.29 0.29 0.36
HSL 0.2% 0.55% -
HSV(B) 0.29% 0.64% -
XYZ 24.5 21.54 19.39 -
YUV 130.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 163 116 116 0 0.29 0.29 0.36 0 0.2 0.55
Hex A3 74 74 0 1D 1D 24 0 14 37
Octal 243 164 164 0 35 35 44 0 24 67
Binary 10100011 1110100 1110100 0 11101 11101 100100 0 10100 110111

Color Harmonies of #A37474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37474

Black with #A37474

Text Example


Text Example

White with #A37474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37474; }

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

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

background-color css

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

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

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

border-color css

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

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

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