Html Css Color HEX #A4658A Strikemaster

📋 copy color: '#A4658A'

red 164 ◦ green 101 ◦ blue 138

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

Shades of Strikemaster #A4658A

Tints of Strikemaster #A4658A

RGB

 RED value IS 164 (64.45% from 255) = 40.69%

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 40.69%
G = 25.06%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4658A (or 0xA4658A) is known color: Strikemaster. HEX triplet: A4, 65 and 8A. RGB value is (164,101,138). Sum of RGB (Red+Green+Blue) = 164+101+138=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4658A is #5B9A75. Grayscale: #7B7B7B. Windows color (decimal): -6003318 or 9069988. OLE color: 9069988.

HSL color Cylindrical-coordinate representation of color #A4658A: hue angle of 324.76º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4658A is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 138 -
CMYK 0 0.38 0.16 0.36
HSL 324.76º 0.26% 0.52% -
HSV(B) 324.76º 0.38% 0.64% -
XYZ 24.55 19.03 26.42 -
YUV 124.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 164 101 138 0 0.38 0.16 0.36 324.76 0.26 0.52
Hex A4 65 8A 0 26 10 24 145 1A 34
Octal 244 145 212 0 46 20 44 505 32 64
Binary 10100100 1100101 10001010 0 100110 10000 100100 101000101 11010 110100

Color Harmonies of #A4658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4658A

Black with #A4658A

Text Example


Text Example

White with #A4658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4658A; }

 p { color: rgb(164,101,138); }

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

background-color css

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

 a { background-color: rgb(164,101,138); }

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

border-color css

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

 span { border-color: rgb(164,101,138); }

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