Html Css Color HEX #A17474 Opium

📋 copy color: '#A17474'

red 161 ◦ green 116 ◦ blue 116

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

Shades of Opium #A17474

Tints of Opium #A17474

RGB

 RED value IS 161 (63.28% from 255) = 40.97%

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

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

R = 40.97%
G = 29.52%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A17474 (or 0xA17474) is known color: Opium. HEX triplet: A1, 74 and 74. RGB value is (161,116,116). Sum of RGB (Red+Green+Blue) = 161+116+116=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A17474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17474 is #5E8B8B. Grayscale: #818181. Windows color (decimal): -6196108 or 7632033. OLE color: 7632033.

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

Color convert

RGB 161 116 116 -
CMYK 0 0.28 0.28 0.37
HSL 0.19% 0.54% -
HSV(B) 0.28% 0.63% -
XYZ 24.1 21.33 19.37 -
YUV 129.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 161 116 116 0 0.28 0.28 0.37 0 0.19 0.54
Hex A1 74 74 0 1C 1C 25 0 13 36
Octal 241 164 164 0 34 34 45 0 23 66
Binary 10100001 1110100 1110100 0 11100 11100 100101 0 10011 110110

Color Harmonies of #A17474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17474

Black with #A17474

Text Example


Text Example

White with #A17474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17474; }

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

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

background-color css

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

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

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

border-color css

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

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

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