Html Css Color HEX #A1687D Strikemaster

📋 copy color: '#A1687D'

red 161 ◦ green 104 ◦ blue 125

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

Shades of Strikemaster #A1687D

Tints of Strikemaster #A1687D

RGB

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

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

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

R = 41.28%
G = 26.67%
B = 32.05%

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

#A1687D (or 0xA1687D) is known color: Strikemaster. HEX triplet: A1, 68 and 7D. RGB value is (161,104,125). Sum of RGB (Red+Green+Blue) = 161+104+125=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A1687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1687D is #5E9782. Grayscale: #7B7B7B. Windows color (decimal): -6199171 or 8218785. OLE color: 8218785.

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

Color convert

RGB 161 104 125 -
CMYK 0 0.35 0.22 0.37
HSL 337.89º 0.23% 0.52% -
HSV(B) 337.89º 0.35% 0.63% -
XYZ 23.35 18.96 21.83 -
YUV 123.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 161 104 125 0 0.35 0.22 0.37 337.89 0.23 0.52
Hex A1 68 7D 0 23 16 25 152 17 34
Octal 241 150 175 0 43 26 45 522 27 64
Binary 10100001 1101000 1111101 0 100011 10110 100101 101010010 10111 110100

Color Harmonies of #A1687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1687D

Black with #A1687D

Text Example


Text Example

White with #A1687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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