Html Css Color HEX #A4688D Strikemaster

📋 copy color: '#A4688D'

red 164 ◦ green 104 ◦ blue 141

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

Shades of Strikemaster #A4688D

Tints of Strikemaster #A4688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 40.1%
G = 25.43%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4688D (or 0xA4688D) is known color: Strikemaster. HEX triplet: A4, 68 and 8D. RGB value is (164,104,141). Sum of RGB (Red+Green+Blue) = 164+104+141=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4688D is #5B9772. Grayscale: #7E7E7E. Windows color (decimal): -6002547 or 9267364. OLE color: 9267364.

HSL color Cylindrical-coordinate representation of color #A4688D: hue angle of 323º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4688D is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 104 141 -
CMYK 0 0.37 0.14 0.36
HSL 323º 0.25% 0.53% -
HSV(B) 323º 0.37% 0.64% -
XYZ 25.07 19.72 27.68 -
YUV 126.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 164 104 141 0 0.37 0.14 0.36 323 0.25 0.53
Hex A4 68 8D 0 25 E 24 143 19 35
Octal 244 150 215 0 45 16 44 503 31 65
Binary 10100100 1101000 10001101 0 100101 1110 100100 101000011 11001 110101

Color Harmonies of #A4688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4688D

Black with #A4688D

Text Example


Text Example

White with #A4688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4688D; }

 p { color: rgb(164,104,141); }

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

background-color css

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

 a { background-color: rgb(164,104,141); }

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

border-color css

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

 span { border-color: rgb(164,104,141); }

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