Html Css Color HEX #A5688A Strikemaster

📋 copy color: '#A5688A'

red 165 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #A5688A

Tints of Strikemaster #A5688A

RGB

 RED value IS 165 (64.84% from 255) = 40.54%

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

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

R = 40.54%
G = 25.55%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5688A (or 0xA5688A) is known color: Strikemaster. HEX triplet: A5, 68 and 8A. RGB value is (165,104,138). Sum of RGB (Red+Green+Blue) = 165+104+138=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5688A is #5A9775. Grayscale: #7E7E7E. Windows color (decimal): -5937014 or 9070757. OLE color: 9070757.

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

Color convert

RGB 165 104 138 -
CMYK 0 0.37 0.16 0.35
HSL 326.56º 0.25% 0.53% -
HSV(B) 326.56º 0.37% 0.65% -
XYZ 25.05 19.73 26.53 -
YUV 126.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 165 104 138 0 0.37 0.16 0.35 326.56 0.25 0.53
Hex A5 68 8A 0 25 10 23 147 19 35
Octal 245 150 212 0 45 20 43 507 31 65
Binary 10100101 1101000 10001010 0 100101 10000 100011 101000111 11001 110101

Color Harmonies of #A5688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5688A

Black with #A5688A

Text Example


Text Example

White with #A5688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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