Html Css Color HEX #A07083 Strikemaster

📋 copy color: '#A07083'

red 160 ◦ green 112 ◦ blue 131

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

Shades of Strikemaster #A07083

Tints of Strikemaster #A07083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 39.7%
G = 27.79%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A07083 (or 0xA07083) is known color: Strikemaster. HEX triplet: A0, 70 and 83. RGB value is (160,112,131). Sum of RGB (Red+Green+Blue) = 160+112+131=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A07083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07083 is #5F8F7C. Grayscale: #808080. Windows color (decimal): -6262653 or 8614048. OLE color: 8614048.

HSL color Cylindrical-coordinate representation of color #A07083: hue angle of 336.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07083 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 131 -
CMYK 0 0.30 0.18 0.37
HSL 336.25º 0.2% 0.53% -
HSV(B) 336.25º 0.3% 0.63% -
XYZ 24.39 20.7 24.18 -
YUV 128.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 160 112 131 0 0.30 0.18 0.37 336.25 0.2 0.53
Hex A0 70 83 0 1E 12 25 150 14 35
Octal 240 160 203 0 36 22 45 520 24 65
Binary 10100000 1110000 10000011 0 11110 10010 100101 101010000 10100 110101

Color Harmonies of #A07083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07083

Black with #A07083

Text Example


Text Example

White with #A07083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07083; }

 p { color: rgb(160,112,131); }

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

background-color css

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

 a { background-color: rgb(160,112,131); }

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

border-color css

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

 span { border-color: rgb(160,112,131); }

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