Html Css Color HEX #A4474A Night Shadz

📋 copy color: '#A4474A'

red 164 ◦ green 71 ◦ blue 74

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

Shades of Night Shadz #A4474A

Tints of Night Shadz #A4474A

RGB

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

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

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

R = 53.07%
G = 22.98%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4474A (or 0xA4474A) is known color: Night Shadz. HEX triplet: A4, 47 and 4A. RGB value is (164,71,74). Sum of RGB (Red+Green+Blue) = 164+71+74=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4474A is #5BB8B5. Grayscale: #636363. Windows color (decimal): -6011062 or 4868004. OLE color: 4868004.

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

Color convert

RGB 164 71 74 -
CMYK 0 0.57 0.55 0.36
HSL 358.06º 0.4% 0.46% -
HSV(B) 358.06º 0.57% 0.64% -
XYZ 18.8 12.89 7.98 -
YUV 99.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 164 71 74 0 0.57 0.55 0.36 358.06 0.4 0.46
Hex A4 47 4A 0 39 37 24 166 28 2E
Octal 244 107 112 0 71 67 44 546 50 56
Binary 10100100 1000111 1001010 0 111001 110111 100100 101100110 101000 101110

Color Harmonies of #A4474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4474A

Black with #A4474A

Text Example


Text Example

White with #A4474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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