Html Css Color HEX #A4474D Night Shadz

📋 copy color: '#A4474D'

red 164 ◦ green 71 ◦ blue 77

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

Shades of Night Shadz #A4474D

Tints of Night Shadz #A4474D

RGB

 RED value IS 164 (64.45% from 255) = 52.56%

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

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

R = 52.56%
G = 22.76%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4474D (or 0xA4474D) is known color: Night Shadz. HEX triplet: A4, 47 and 4D. RGB value is (164,71,77). Sum of RGB (Red+Green+Blue) = 164+71+77=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4474D is #5BB8B2. Grayscale: #636363. Windows color (decimal): -6011059 or 5064612. OLE color: 5064612.

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

Color convert

RGB 164 71 77 -
CMYK 0 0.57 0.53 0.36
HSL 356.13º 0.4% 0.46% -
HSV(B) 356.13º 0.57% 0.64% -
XYZ 18.9 12.93 8.52 -
YUV 99.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 164 71 77 0 0.57 0.53 0.36 356.13 0.4 0.46
Hex A4 47 4D 0 39 35 24 164 28 2E
Octal 244 107 115 0 71 65 44 544 50 56
Binary 10100100 1000111 1001101 0 111001 110101 100100 101100100 101000 101110

Color Harmonies of #A4474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4474D

Black with #A4474D

Text Example


Text Example

White with #A4474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4474D; }

 p { color: rgb(164,71,77); }

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

background-color css

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

 a { background-color: rgb(164,71,77); }

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

border-color css

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

 span { border-color: rgb(164,71,77); }

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