Html Css Color HEX #AF4565 Rouge

📋 copy color: '#AF4565'

red 175 ◦ green 69 ◦ blue 101

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

Shades of Rouge #AF4565

Tints of Rouge #AF4565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 50.72%
G = 20%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF4565 (or 0xAF4565) is known color: Rouge. HEX triplet: AF, 45 and 65. RGB value is (175,69,101). Sum of RGB (Red+Green+Blue) = 175+69+101=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4565 is #50BA9A. Grayscale: #686868. Windows color (decimal): -5290651 or 6636975. OLE color: 6636975.

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

Color convert

RGB 175 69 101 -
CMYK 0 0.61 0.42 0.31
HSL 341.89º 0.43% 0.48% -
HSV(B) 341.89º 0.61% 0.69% -
XYZ 22.16 14.31 13.91 -
YUV 104.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 175 69 101 0 0.61 0.42 0.31 341.89 0.43 0.48
Hex AF 45 65 0 3D 2A 1F 156 2B 30
Octal 257 105 145 0 75 52 37 526 53 60
Binary 10101111 1000101 1100101 0 111101 101010 11111 101010110 101011 110000

Color Harmonies of #AF4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4565

Black with #AF4565

Text Example


Text Example

White with #AF4565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4565; }

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

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

background-color css

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

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

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

border-color css

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

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

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