Html Css Color HEX #A74749 Night Shadz

📋 copy color: '#A74749'

red 167 ◦ green 71 ◦ blue 73

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

Shades of Night Shadz #A74749

Tints of Night Shadz #A74749

RGB

 RED value IS 167 (65.63% from 255) = 53.7%

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

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 53.7%
G = 22.83%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A74749 (or 0xA74749) is known color: Night Shadz. HEX triplet: A7, 47 and 49. RGB value is (167,71,73). Sum of RGB (Red+Green+Blue) = 167+71+73=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A74749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74749 is #58B8B6. Grayscale: #646464. Windows color (decimal): -5814455 or 4802471. OLE color: 4802471.

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

Color convert

RGB 167 71 73 -
CMYK 0 0.57 0.56 0.35
HSL 358.75º 0.4% 0.47% -
HSV(B) 358.75º 0.57% 0.65% -
XYZ 19.39 13.2 7.83 -
YUV 99.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 167 71 73 0 0.57 0.56 0.35 358.75 0.4 0.47
Hex A7 47 49 0 39 38 23 167 28 2F
Octal 247 107 111 0 71 70 43 547 50 57
Binary 10100111 1000111 1001001 0 111001 111000 100011 101100111 101000 101111

Color Harmonies of #A74749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74749

Black with #A74749

Text Example


Text Example

White with #A74749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74749; }

 p { color: rgb(167,71,73); }

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

background-color css

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

 a { background-color: rgb(167,71,73); }

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

border-color css

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

 span { border-color: rgb(167,71,73); }

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