Html Css Color HEX #AF4160 Rouge

📋 copy color: '#AF4160'

red 175 ◦ green 65 ◦ blue 96

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

Shades of Rouge #AF4160

Tints of Rouge #AF4160

RGB

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

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

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

R = 52.08%
G = 19.35%
B = 28.57%

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

#AF4160 (or 0xAF4160) is known color: Rouge. HEX triplet: AF, 41 and 60. RGB value is (175,65,96). Sum of RGB (Red+Green+Blue) = 175+65+96=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4160 is #50BE9F. Grayscale: #656565. Windows color (decimal): -5291680 or 6308271. OLE color: 6308271.

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

Color convert

RGB 175 65 96 -
CMYK 0 0.63 0.45 0.31
HSL 343.09º 0.46% 0.47% -
HSV(B) 343.09º 0.63% 0.69% -
XYZ 21.68 13.74 12.58 -
YUV 101.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 175 65 96 0 0.63 0.45 0.31 343.09 0.46 0.47
Hex AF 41 60 0 3F 2D 1F 157 2E 2F
Octal 257 101 140 0 77 55 37 527 56 57
Binary 10101111 1000001 1100000 0 111111 101101 11111 101010111 101110 101111

Color Harmonies of #AF4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4160

Black with #AF4160

Text Example


Text Example

White with #AF4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4160; }

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

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

background-color css

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

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

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

border-color css

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

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

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