Html Css Color HEX #A07474 Opium

📋 copy color: '#A07474'

red 160 ◦ green 116 ◦ blue 116

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

Shades of Opium #A07474

Tints of Opium #A07474

RGB

 RED value IS 160 (62.89% from 255) = 40.82%

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

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

R = 40.82%
G = 29.59%
B = 29.59%

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

#A07474 (or 0xA07474) is known color: Opium. HEX triplet: A0, 74 and 74. RGB value is (160,116,116). Sum of RGB (Red+Green+Blue) = 160+116+116=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07474 is #5F8B8B. Grayscale: #818181. Windows color (decimal): -6261644 or 7632032. OLE color: 7632032.

HSL color Cylindrical-coordinate representation of color #A07474: 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.27%. Process color model (Four color, CMYK) of #A07474 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 116 -
CMYK 0 0.28 0.28 0.37
HSL 0.19% 0.54% -
HSV(B) 0.28% 0.63% -
XYZ 23.89 21.23 19.36 -
YUV 129.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 160 116 116 0 0.28 0.28 0.37 0 0.19 0.54
Hex A0 74 74 0 1C 1C 25 0 13 36
Octal 240 164 164 0 34 34 45 0 23 66
Binary 10100000 1110100 1110100 0 11100 11100 100101 0 10011 110110

Color Harmonies of #A07474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07474

Black with #A07474

Text Example


Text Example

White with #A07474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07474; }

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

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

background-color css

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

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

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

border-color css

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

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

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