Html Css Color HEX #A74647 Night Shadz

📋 copy color: '#A74647'

red 167 ◦ green 70 ◦ blue 71

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

Shades of Night Shadz #A74647

Tints of Night Shadz #A74647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 54.22%
G = 22.73%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A74647 (or 0xA74647) is known color: Night Shadz. HEX triplet: A7, 46 and 47. RGB value is (167,70,71). Sum of RGB (Red+Green+Blue) = 167+70+71=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A74647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74647 is #58B9B8. Grayscale: #636363. Windows color (decimal): -5814713 or 4671143. OLE color: 4671143.

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

Color convert

RGB 167 70 71 -
CMYK 0 0.58 0.57 0.35
HSL 359.38º 0.41% 0.46% -
HSV(B) 359.38º 0.58% 0.65% -
XYZ 19.26 13.05 7.46 -
YUV 99.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 167 70 71 0 0.58 0.57 0.35 359.38 0.41 0.46
Hex A7 46 47 0 3A 39 23 167 29 2E
Octal 247 106 107 0 72 71 43 547 51 56
Binary 10100111 1000110 1000111 0 111010 111001 100011 101100111 101001 101110

Color Harmonies of #A74647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74647

Black with #A74647

Text Example


Text Example

White with #A74647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74647; }

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

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

background-color css

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

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

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

border-color css

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

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

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