Html Css Color HEX #A5494A Night Shadz

📋 copy color: '#A5494A'

red 165 ◦ green 73 ◦ blue 74

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

Shades of Night Shadz #A5494A

Tints of Night Shadz #A5494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 52.88%
G = 23.4%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5494A (or 0xA5494A) is known color: Night Shadz. HEX triplet: A5, 49 and 4A. RGB value is (165,73,74). Sum of RGB (Red+Green+Blue) = 165+73+74=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5494A is #5AB6B5. Grayscale: #646464. Windows color (decimal): -5945014 or 4868517. OLE color: 4868517.

HSL color Cylindrical-coordinate representation of color #A5494A: hue angle of 359.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5494A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 74 -
CMYK 0 0.56 0.55 0.35
HSL 359.35º 0.39% 0.47% -
HSV(B) 359.35º 0.56% 0.65% -
XYZ 19.14 13.26 8.03 -
YUV 100.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 165 73 74 0 0.56 0.55 0.35 359.35 0.39 0.47
Hex A5 49 4A 0 38 37 23 167 27 2F
Octal 245 111 112 0 70 67 43 547 47 57
Binary 10100101 1001001 1001010 0 111000 110111 100011 101100111 100111 101111

Color Harmonies of #A5494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5494A

Black with #A5494A

Text Example


Text Example

White with #A5494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5494A; }

 p { color: rgb(165,73,74); }

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

background-color css

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

 a { background-color: rgb(165,73,74); }

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

border-color css

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

 span { border-color: rgb(165,73,74); }

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