Html Css Color HEX #A4474C Night Shadz

📋 copy color: '#A4474C'

red 164 ◦ green 71 ◦ blue 76

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

Shades of Night Shadz #A4474C

Tints of Night Shadz #A4474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 52.73%
G = 22.83%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4474C (or 0xA4474C) is known color: Night Shadz. HEX triplet: A4, 47 and 4C. RGB value is (164,71,76). Sum of RGB (Red+Green+Blue) = 164+71+76=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4474C is #5BB8B3. Grayscale: #636363. Windows color (decimal): -6011060 or 4999076. OLE color: 4999076.

HSL color Cylindrical-coordinate representation of color #A4474C: hue angle of 356.77º 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 #A4474C is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 71 76 -
CMYK 0 0.57 0.54 0.36
HSL 356.77º 0.4% 0.46% -
HSV(B) 356.77º 0.57% 0.64% -
XYZ 18.87 12.92 8.34 -
YUV 99.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 164 71 76 0 0.57 0.54 0.36 356.77 0.4 0.46
Hex A4 47 4C 0 39 36 24 165 28 2E
Octal 244 107 114 0 71 66 44 545 50 56
Binary 10100100 1000111 1001100 0 111001 110110 100100 101100101 101000 101110

Color Harmonies of #A4474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4474C

Black with #A4474C

Text Example


Text Example

White with #A4474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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