Html Css Color HEX #A16789 Strikemaster

📋 copy color: '#A16789'

red 161 ◦ green 103 ◦ blue 137

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

Shades of Strikemaster #A16789

Tints of Strikemaster #A16789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 137 (53.91% from 255) = 34.16%

R = 40.15%
G = 25.69%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A16789 (or 0xA16789) is known color: Strikemaster. HEX triplet: A1, 67 and 89. RGB value is (161,103,137). Sum of RGB (Red+Green+Blue) = 161+103+137=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A16789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16789 is #5E9876. Grayscale: #7C7C7C. Windows color (decimal): -6199415 or 9004961. OLE color: 9004961.

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

Color convert

RGB 161 103 137 -
CMYK 0 0.36 0.15 0.37
HSL 324.83º 0.24% 0.52% -
HSV(B) 324.83º 0.36% 0.63% -
XYZ 24.06 19.08 26.08 -
YUV 124.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 161 103 137 0 0.36 0.15 0.37 324.83 0.24 0.52
Hex A1 67 89 0 24 F 25 145 18 34
Octal 241 147 211 0 44 17 45 505 30 64
Binary 10100001 1100111 10001001 0 100100 1111 100101 101000101 11000 110100

Color Harmonies of #A16789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16789

Black with #A16789

Text Example


Text Example

White with #A16789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16789; }

 p { color: rgb(161,103,137); }

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

background-color css

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

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

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

border-color css

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

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

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