Html Css Color HEX #AF4060 Rouge

📋 copy color: '#AF4060'

red 175 ◦ green 64 ◦ blue 96

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

Shades of Rouge #AF4060

Tints of Rouge #AF4060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 52.24%
G = 19.1%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF4060 (or 0xAF4060) is known color: Rouge. HEX triplet: AF, 40 and 60. RGB value is (175,64,96). Sum of RGB (Red+Green+Blue) = 175+64+96=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4060 is #50BF9F. Grayscale: #646464. Windows color (decimal): -5291936 or 6308015. OLE color: 6308015.

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

Color convert

RGB 175 64 96 -
CMYK 0 0.63 0.45 0.31
HSL 342.7º 0.46% 0.47% -
HSV(B) 342.7º 0.63% 0.69% -
XYZ 21.62 13.63 12.56 -
YUV 100.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 175 64 96 0 0.63 0.45 0.31 342.7 0.46 0.47
Hex AF 40 60 0 3F 2D 1F 157 2E 2F
Octal 257 100 140 0 77 55 37 527 56 57
Binary 10101111 1000000 1100000 0 111111 101101 11111 101010111 101110 101111

Color Harmonies of #AF4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4060

Black with #AF4060

Text Example


Text Example

White with #AF4060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4060; }

 p { color: rgb(175,64,96); }

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

background-color css

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

 a { background-color: rgb(175,64,96); }

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

border-color css

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

 span { border-color: rgb(175,64,96); }

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