Html Css Color HEX #AF4663 Rouge

📋 copy color: '#AF4663'

red 175 ◦ green 70 ◦ blue 99

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

Shades of Rouge #AF4663

Tints of Rouge #AF4663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 99 (39.06% from 255) = 28.78%

R = 50.87%
G = 20.35%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF4663 (or 0xAF4663) is known color: Rouge. HEX triplet: AF, 46 and 63. RGB value is (175,70,99). Sum of RGB (Red+Green+Blue) = 175+70+99=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4663 is #50B99C. Grayscale: #686868. Windows color (decimal): -5290397 or 6506159. OLE color: 6506159.

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

Color convert

RGB 175 70 99 -
CMYK 0 0.60 0.43 0.31
HSL 343.43º 0.43% 0.48% -
HSV(B) 343.43º 0.6% 0.69% -
XYZ 22.12 14.4 13.42 -
YUV 104.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 175 70 99 0 0.60 0.43 0.31 343.43 0.43 0.48
Hex AF 46 63 0 3C 2B 1F 157 2B 30
Octal 257 106 143 0 74 53 37 527 53 60
Binary 10101111 1000110 1100011 0 111100 101011 11111 101010111 101011 110000

Color Harmonies of #AF4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4663

Black with #AF4663

Text Example


Text Example

White with #AF4663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4663; }

 p { color: rgb(175,70,99); }

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

background-color css

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

 a { background-color: rgb(175,70,99); }

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

border-color css

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

 span { border-color: rgb(175,70,99); }

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