Html Css Color HEX #A4698C Strikemaster

📋 copy color: '#A4698C'

red 164 ◦ green 105 ◦ blue 140

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

Shades of Strikemaster #A4698C

Tints of Strikemaster #A4698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 40.1%
G = 25.67%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4698C (or 0xA4698C) is known color: Strikemaster. HEX triplet: A4, 69 and 8C. RGB value is (164,105,140). Sum of RGB (Red+Green+Blue) = 164+105+140=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4698C is #5B9673. Grayscale: #7E7E7E. Windows color (decimal): -6002292 or 9202084. OLE color: 9202084.

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

Color convert

RGB 164 105 140 -
CMYK 0 0.36 0.15 0.36
HSL 324.41º 0.24% 0.53% -
HSV(B) 324.41º 0.36% 0.64% -
XYZ 25.1 19.89 27.33 -
YUV 126.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 164 105 140 0 0.36 0.15 0.36 324.41 0.24 0.53
Hex A4 69 8C 0 24 F 24 144 18 35
Octal 244 151 214 0 44 17 44 504 30 65
Binary 10100100 1101001 10001100 0 100100 1111 100100 101000100 11000 110101

Color Harmonies of #A4698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4698C

Black with #A4698C

Text Example


Text Example

White with #A4698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4698C; }

 p { color: rgb(164,105,140); }

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

background-color css

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

 a { background-color: rgb(164,105,140); }

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

border-color css

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

 span { border-color: rgb(164,105,140); }

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