Html Css Color HEX #A4678A Strikemaster

📋 copy color: '#A4678A'

red 164 ◦ green 103 ◦ blue 138

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

Shades of Strikemaster #A4678A

Tints of Strikemaster #A4678A

RGB

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

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

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

R = 40.49%
G = 25.43%
B = 34.07%

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

#A4678A (or 0xA4678A) is known color: Strikemaster. HEX triplet: A4, 67 and 8A. RGB value is (164,103,138). Sum of RGB (Red+Green+Blue) = 164+103+138=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4678A is #5B9875. Grayscale: #7D7D7D. Windows color (decimal): -6002806 or 9070500. OLE color: 9070500.

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

Color convert

RGB 164 103 138 -
CMYK 0 0.37 0.16 0.36
HSL 325.57º 0.25% 0.52% -
HSV(B) 325.57º 0.37% 0.64% -
XYZ 24.75 19.43 26.49 -
YUV 125.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 164 103 138 0 0.37 0.16 0.36 325.57 0.25 0.52
Hex A4 67 8A 0 25 10 24 146 19 34
Octal 244 147 212 0 45 20 44 506 31 64
Binary 10100100 1100111 10001010 0 100101 10000 100100 101000110 11001 110100

Color Harmonies of #A4678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4678A

Black with #A4678A

Text Example


Text Example

White with #A4678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4678A; }

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

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

background-color css

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

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

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

border-color css

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

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

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