Html Css Color HEX #AF4247 Night Shadz

📋 copy color: '#AF4247'

red 175 ◦ green 66 ◦ blue 71

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

Shades of Night Shadz #AF4247

Tints of Night Shadz #AF4247

RGB

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

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

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

R = 56.09%
G = 21.15%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF4247 (or 0xAF4247) is known color: Night Shadz. HEX triplet: AF, 42 and 47. RGB value is (175,66,71). Sum of RGB (Red+Green+Blue) = 175+66+71=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4247 is #50BDB8. Grayscale: #636363. Windows color (decimal): -5291449 or 4670127. OLE color: 4670127.

HSL color Cylindrical-coordinate representation of color #AF4247: hue angle of 357.25º 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 #AF4247 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 71 -
CMYK 0 0.62 0.59 0.31
HSL 357.25º 0.45% 0.47% -
HSV(B) 357.25º 0.62% 0.69% -
XYZ 20.76 13.47 7.47 -
YUV 99.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 175 66 71 0 0.62 0.59 0.31 357.25 0.45 0.47
Hex AF 42 47 0 3E 3B 1F 165 2D 2F
Octal 257 102 107 0 76 73 37 545 55 57
Binary 10101111 1000010 1000111 0 111110 111011 11111 101100101 101101 101111

Color Harmonies of #AF4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4247

Black with #AF4247

Text Example


Text Example

White with #AF4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4247; }

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

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

background-color css

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

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

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

border-color css

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

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

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