Html Css Color HEX #AF4564 Rouge

📋 copy color: '#AF4564'

red 175 ◦ green 69 ◦ blue 100

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

Shades of Rouge #AF4564

Tints of Rouge #AF4564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 50.87%
G = 20.06%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF4564 (or 0xAF4564) is known color: Rouge. HEX triplet: AF, 45 and 64. RGB value is (175,69,100). Sum of RGB (Red+Green+Blue) = 175+69+100=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4564 is #50BA9B. Grayscale: #686868. Windows color (decimal): -5290652 or 6571439. OLE color: 6571439.

HSL color Cylindrical-coordinate representation of color #AF4564: hue angle of 342.45º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4564 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 100 -
CMYK 0 0.61 0.43 0.31
HSL 342.45º 0.43% 0.48% -
HSV(B) 342.45º 0.61% 0.69% -
XYZ 22.11 14.29 13.65 -
YUV 104.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 175 69 100 0 0.61 0.43 0.31 342.45 0.43 0.48
Hex AF 45 64 0 3D 2B 1F 156 2B 30
Octal 257 105 144 0 75 53 37 526 53 60
Binary 10101111 1000101 1100100 0 111101 101011 11111 101010110 101011 110000

Color Harmonies of #AF4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4564

Black with #AF4564

Text Example


Text Example

White with #AF4564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4564; }

 p { color: rgb(175,69,100); }

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

background-color css

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

 a { background-color: rgb(175,69,100); }

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

border-color css

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

 span { border-color: rgb(175,69,100); }

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