Html Css Color HEX #A5474A Night Shadz

📋 copy color: '#A5474A'

red 165 ◦ green 71 ◦ blue 74

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

Shades of Night Shadz #A5474A

Tints of Night Shadz #A5474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

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

R = 53.23%
G = 22.9%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5474A (or 0xA5474A) is known color: Night Shadz. HEX triplet: A5, 47 and 4A. RGB value is (165,71,74). Sum of RGB (Red+Green+Blue) = 165+71+74=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5474A is #5AB8B5. Grayscale: #636363. Windows color (decimal): -5945526 or 4868005. OLE color: 4868005.

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

Color convert

RGB 165 71 74 -
CMYK 0 0.57 0.55 0.35
HSL 358.09º 0.4% 0.46% -
HSV(B) 358.09º 0.57% 0.65% -
XYZ 19.01 13 7.99 -
YUV 99.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 165 71 74 0 0.57 0.55 0.35 358.09 0.4 0.46
Hex A5 47 4A 0 39 37 23 166 28 2E
Octal 245 107 112 0 71 67 43 546 50 56
Binary 10100101 1000111 1001010 0 111001 110111 100011 101100110 101000 101110

Color Harmonies of #A5474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5474A

Black with #A5474A

Text Example


Text Example

White with #A5474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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