Html Css Color HEX #A4698B Strikemaster

📋 copy color: '#A4698B'

red 164 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #A4698B

Tints of Strikemaster #A4698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 40.2%
G = 25.74%
B = 34.07%

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

#A4698B (or 0xA4698B) is known color: Strikemaster. HEX triplet: A4, 69 and 8B. RGB value is (164,105,139). Sum of RGB (Red+Green+Blue) = 164+105+139=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4698B is #5B9674. Grayscale: #7E7E7E. Windows color (decimal): -6002293 or 9136548. OLE color: 9136548.

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

Color convert

RGB 164 105 139 -
CMYK 0 0.36 0.15 0.36
HSL 325.42º 0.24% 0.53% -
HSV(B) 325.42º 0.36% 0.64% -
XYZ 25.02 19.86 26.94 -
YUV 126.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 164 105 139 0 0.36 0.15 0.36 325.42 0.24 0.53
Hex A4 69 8B 0 24 F 24 145 18 35
Octal 244 151 213 0 44 17 44 505 30 65
Binary 10100100 1101001 10001011 0 100100 1111 100100 101000101 11000 110101

Color Harmonies of #A4698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4698B

Black with #A4698B

Text Example


Text Example

White with #A4698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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