Html Css Color HEX #A06787 Strikemaster

📋 copy color: '#A06787'

red 160 ◦ green 103 ◦ blue 135

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

Shades of Strikemaster #A06787

Tints of Strikemaster #A06787

RGB

 RED value IS 160 (62.89% from 255) = 40.2%

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

 BLUE value IS 135 (53.13% from 255) = 33.92%

R = 40.2%
G = 25.88%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A06787 (or 0xA06787) is known color: Strikemaster. HEX triplet: A0, 67 and 87. RGB value is (160,103,135). Sum of RGB (Red+Green+Blue) = 160+103+135=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A06787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06787 is #5F9878. Grayscale: #7B7B7B. Windows color (decimal): -6264953 or 8873888. OLE color: 8873888.

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

Color convert

RGB 160 103 135 -
CMYK 0 0.36 0.16 0.37
HSL 326.32º 0.23% 0.52% -
HSV(B) 326.32º 0.36% 0.63% -
XYZ 23.72 18.92 25.32 -
YUV 123.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 160 103 135 0 0.36 0.16 0.37 326.32 0.23 0.52
Hex A0 67 87 0 24 10 25 146 17 34
Octal 240 147 207 0 44 20 45 506 27 64
Binary 10100000 1100111 10000111 0 100100 10000 100101 101000110 10111 110100

Color Harmonies of #A06787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06787

Black with #A06787

Text Example


Text Example

White with #A06787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06787; }

 p { color: rgb(160,103,135); }

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

background-color css

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

 a { background-color: rgb(160,103,135); }

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

border-color css

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

 span { border-color: rgb(160,103,135); }

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