Html Css Color HEX #A0687D Strikemaster

📋 copy color: '#A0687D'

red 160 ◦ green 104 ◦ blue 125

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

Shades of Strikemaster #A0687D

Tints of Strikemaster #A0687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 41.13%
G = 26.74%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0687D (or 0xA0687D) is known color: Strikemaster. HEX triplet: A0, 68 and 7D. RGB value is (160,104,125). Sum of RGB (Red+Green+Blue) = 160+104+125=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A0687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0687D is #5F9782. Grayscale: #7B7B7B. Windows color (decimal): -6264707 or 8218784. OLE color: 8218784.

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

Color convert

RGB 160 104 125 -
CMYK 0 0.35 0.22 0.37
HSL 337.5º 0.23% 0.52% -
HSV(B) 337.5º 0.35% 0.63% -
XYZ 23.15 18.85 21.82 -
YUV 123.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 160 104 125 0 0.35 0.22 0.37 337.5 0.23 0.52
Hex A0 68 7D 0 23 16 25 152 17 34
Octal 240 150 175 0 43 26 45 522 27 64
Binary 10100000 1101000 1111101 0 100011 10110 100101 101010010 10111 110100

Color Harmonies of #A0687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0687D

Black with #A0687D

Text Example


Text Example

White with #A0687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0687D; }

 p { color: rgb(160,104,125); }

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

background-color css

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

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

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

border-color css

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

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

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