Html Css Color HEX #AF4260 Rouge

📋 copy color: '#AF4260'

red 175 ◦ green 66 ◦ blue 96

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

Shades of Rouge #AF4260

Tints of Rouge #AF4260

RGB

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

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

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

R = 51.93%
G = 19.58%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF4260 (or 0xAF4260) is known color: Rouge. HEX triplet: AF, 42 and 60. RGB value is (175,66,96). Sum of RGB (Red+Green+Blue) = 175+66+96=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4260 is #50BD9F. Grayscale: #666666. Windows color (decimal): -5291424 or 6308527. OLE color: 6308527.

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

Color convert

RGB 175 66 96 -
CMYK 0 0.62 0.45 0.31
HSL 343.49º 0.45% 0.47% -
HSV(B) 343.49º 0.62% 0.69% -
XYZ 21.74 13.85 12.59 -
YUV 102.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 175 66 96 0 0.62 0.45 0.31 343.49 0.45 0.47
Hex AF 42 60 0 3E 2D 1F 157 2D 2F
Octal 257 102 140 0 76 55 37 527 55 57
Binary 10101111 1000010 1100000 0 111110 101101 11111 101010111 101101 101111

Color Harmonies of #AF4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4260

Black with #AF4260

Text Example


Text Example

White with #AF4260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4260; }

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

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

background-color css

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

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

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

border-color css

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

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

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