Html Css Color HEX #A0677B Strikemaster

📋 copy color: '#A0677B'

red 160 ◦ green 103 ◦ blue 123

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

Shades of Strikemaster #A0677B

Tints of Strikemaster #A0677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 41.45%
G = 26.68%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0677B (or 0xA0677B) is known color: Strikemaster. HEX triplet: A0, 67 and 7B. RGB value is (160,103,123). Sum of RGB (Red+Green+Blue) = 160+103+123=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0677B is #5F9884. Grayscale: #7A7A7A. Windows color (decimal): -6264965 or 8087456. OLE color: 8087456.

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

Color convert

RGB 160 103 123 -
CMYK 0 0.36 0.23 0.37
HSL 338.95º 0.23% 0.52% -
HSV(B) 338.95º 0.36% 0.63% -
XYZ 22.92 18.6 21.12 -
YUV 122.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 160 103 123 0 0.36 0.23 0.37 338.95 0.23 0.52
Hex A0 67 7B 0 24 17 25 153 17 34
Octal 240 147 173 0 44 27 45 523 27 64
Binary 10100000 1100111 1111011 0 100100 10111 100101 101010011 10111 110100

Color Harmonies of #A0677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0677B

Black with #A0677B

Text Example


Text Example

White with #A0677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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