Html Css Color HEX #A4688A Strikemaster

📋 copy color: '#A4688A'

red 164 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #A4688A

Tints of Strikemaster #A4688A

RGB

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

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

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

R = 40.39%
G = 25.62%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4688A (or 0xA4688A) is known color: Strikemaster. HEX triplet: A4, 68 and 8A. RGB value is (164,104,138). Sum of RGB (Red+Green+Blue) = 164+104+138=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4688A is #5B9775. Grayscale: #7D7D7D. Windows color (decimal): -6002550 or 9070756. OLE color: 9070756.

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

Color convert

RGB 164 104 138 -
CMYK 0 0.37 0.16 0.36
HSL 326º 0.25% 0.53% -
HSV(B) 326º 0.37% 0.64% -
XYZ 24.85 19.63 26.52 -
YUV 125.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 164 104 138 0 0.37 0.16 0.36 326 0.25 0.53
Hex A4 68 8A 0 25 10 24 146 19 35
Octal 244 150 212 0 45 20 44 506 31 65
Binary 10100100 1101000 10001010 0 100101 10000 100100 101000110 11001 110101

Color Harmonies of #A4688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4688A

Black with #A4688A

Text Example


Text Example

White with #A4688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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