Html Css Color HEX #A5464B Night Shadz

📋 copy color: '#A5464B'

red 165 ◦ green 70 ◦ blue 75

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

Shades of Night Shadz #A5464B

Tints of Night Shadz #A5464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 53.23%
G = 22.58%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5464B (or 0xA5464B) is known color: Night Shadz. HEX triplet: A5, 46 and 4B. RGB value is (165,70,75). Sum of RGB (Red+Green+Blue) = 165+70+75=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5464B is #5AB9B4. Grayscale: #636363. Windows color (decimal): -5945781 or 4933285. OLE color: 4933285.

HSL color Cylindrical-coordinate representation of color #A5464B: hue angle of 356.84º 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 #A5464B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 75 -
CMYK 0 0.58 0.55 0.35
HSL 356.84º 0.4% 0.46% -
HSV(B) 356.84º 0.58% 0.65% -
XYZ 18.98 12.89 8.14 -
YUV 98.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 165 70 75 0 0.58 0.55 0.35 356.84 0.4 0.46
Hex A5 46 4B 0 3A 37 23 165 28 2E
Octal 245 106 113 0 72 67 43 545 50 56
Binary 10100101 1000110 1001011 0 111010 110111 100011 101100101 101000 101110

Color Harmonies of #A5464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5464B

Black with #A5464B

Text Example


Text Example

White with #A5464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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