Html Css Color HEX #AF414C Night Shadz

📋 copy color: '#AF414C'

red 175 ◦ green 65 ◦ blue 76

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

Shades of Night Shadz #AF414C

Tints of Night Shadz #AF414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 55.38%
G = 20.57%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF414C (or 0xAF414C) is known color: Night Shadz. HEX triplet: AF, 41 and 4C. RGB value is (175,65,76). Sum of RGB (Red+Green+Blue) = 175+65+76=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF414C is #50BEB3. Grayscale: #636363. Windows color (decimal): -5291700 or 4997551. OLE color: 4997551.

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

Color convert

RGB 175 65 76 -
CMYK 0 0.63 0.57 0.31
HSL 354º 0.46% 0.47% -
HSV(B) 354º 0.63% 0.69% -
XYZ 20.87 13.42 8.33 -
YUV 99.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 175 65 76 0 0.63 0.57 0.31 354 0.46 0.47
Hex AF 41 4C 0 3F 39 1F 162 2E 2F
Octal 257 101 114 0 77 71 37 542 56 57
Binary 10101111 1000001 1001100 0 111111 111001 11111 101100010 101110 101111

Color Harmonies of #AF414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF414C

Black with #AF414C

Text Example


Text Example

White with #AF414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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