Html Css Color HEX #A06088 Strikemaster

📋 copy color: '#A06088'

red 160 ◦ green 96 ◦ blue 136

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

Shades of Strikemaster #A06088

Tints of Strikemaster #A06088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.49%

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 40.82%
G = 24.49%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A06088 (or 0xA06088) is known color: Strikemaster. HEX triplet: A0, 60 and 88. RGB value is (160,96,136). Sum of RGB (Red+Green+Blue) = 160+96+136=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06088 is #5F9F77. Grayscale: #777777. Windows color (decimal): -6266744 or 8937632. OLE color: 8937632.

HSL color Cylindrical-coordinate representation of color #A06088: hue angle of 322.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06088 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 136 -
CMYK 0 0.4 0.15 0.37
HSL 322.5º 0.25% 0.5% -
HSV(B) 322.5º 0.4% 0.63% -
XYZ 23.12 17.62 25.47 -
YUV 119.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 160 96 136 0 0.4 0.15 0.37 322.5 0.25 0.5
Hex A0 60 88 0 28 F 25 142 19 32
Octal 240 140 210 0 50 17 45 502 31 62
Binary 10100000 1100000 10001000 0 101000 1111 100101 101000010 11001 110010

Color Harmonies of #A06088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06088

Black with #A06088

Text Example


Text Example

White with #A06088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06088; }

 p { color: rgb(160,96,136); }

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

background-color css

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

 a { background-color: rgb(160,96,136); }

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

border-color css

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

 span { border-color: rgb(160,96,136); }

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