Html Css Color HEX #A5464D Night Shadz

📋 copy color: '#A5464D'

red 165 ◦ green 70 ◦ blue 77

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

Shades of Night Shadz #A5464D

Tints of Night Shadz #A5464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 52.88%
G = 22.44%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5464D (or 0xA5464D) is known color: Night Shadz. HEX triplet: A5, 46 and 4D. RGB value is (165,70,77). Sum of RGB (Red+Green+Blue) = 165+70+77=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5464D is #5AB9B2. Grayscale: #636363. Windows color (decimal): -5945779 or 5064357. OLE color: 5064357.

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

Color convert

RGB 165 70 77 -
CMYK 0 0.58 0.53 0.35
HSL 355.58º 0.4% 0.46% -
HSV(B) 355.58º 0.58% 0.65% -
XYZ 19.05 12.92 8.51 -
YUV 99.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 165 70 77 0 0.58 0.53 0.35 355.58 0.4 0.46
Hex A5 46 4D 0 3A 35 23 164 28 2E
Octal 245 106 115 0 72 65 43 544 50 56
Binary 10100101 1000110 1001101 0 111010 110101 100011 101100100 101000 101110

Color Harmonies of #A5464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5464D

Black with #A5464D

Text Example


Text Example

White with #A5464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5464D; }

 p { color: rgb(165,70,77); }

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

background-color css

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

 a { background-color: rgb(165,70,77); }

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

border-color css

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

 span { border-color: rgb(165,70,77); }

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