Html Css Color HEX #AF424C Night Shadz

📋 copy color: '#AF424C'

red 175 ◦ green 66 ◦ blue 76

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

Shades of Night Shadz #AF424C

Tints of Night Shadz #AF424C

RGB

 RED value IS 175 (68.75% from 255) = 55.21%

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 55.21%
G = 20.82%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF424C (or 0xAF424C) is known color: Night Shadz. HEX triplet: AF, 42 and 4C. RGB value is (175,66,76). Sum of RGB (Red+Green+Blue) = 175+66+76=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF424C is #50BDB3. Grayscale: #636363. Windows color (decimal): -5291444 or 4997807. OLE color: 4997807.

HSL color Cylindrical-coordinate representation of color #AF424C: hue angle of 354.5º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF424C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 76 -
CMYK 0 0.62 0.57 0.31
HSL 354.5º 0.45% 0.47% -
HSV(B) 354.5º 0.62% 0.69% -
XYZ 20.93 13.53 8.35 -
YUV 99.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 175 66 76 0 0.62 0.57 0.31 354.5 0.45 0.47
Hex AF 42 4C 0 3E 39 1F 162 2D 2F
Octal 257 102 114 0 76 71 37 542 55 57
Binary 10101111 1000010 1001100 0 111110 111001 11111 101100010 101101 101111

Color Harmonies of #AF424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF424C

Black with #AF424C

Text Example


Text Example

White with #AF424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF424C; }

 p { color: rgb(175,66,76); }

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

background-color css

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

 a { background-color: rgb(175,66,76); }

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

border-color css

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

 span { border-color: rgb(175,66,76); }

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