Html Css Color HEX #AF3666 Rouge

📋 copy color: '#AF3666'

red 175 ◦ green 54 ◦ blue 102

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

Shades of Rouge #AF3666

Tints of Rouge #AF3666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 52.87%
G = 16.31%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF3666 (or 0xAF3666) is known color: Rouge. HEX triplet: AF, 36 and 66. RGB value is (175,54,102). Sum of RGB (Red+Green+Blue) = 175+54+102=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3666 is #50C999. Grayscale: #5F5F5F. Windows color (decimal): -5294490 or 6698671. OLE color: 6698671.

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

Color convert

RGB 175 54 102 -
CMYK 0 0.69 0.42 0.31
HSL 336.2º 0.53% 0.45% -
HSV(B) 336.2º 0.69% 0.69% -
XYZ 21.4 12.71 13.9 -
YUV 95.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 175 54 102 0 0.69 0.42 0.31 336.2 0.53 0.45
Hex AF 36 66 0 45 2A 1F 150 35 2D
Octal 257 66 146 0 105 52 37 520 65 55
Binary 10101111 110110 1100110 0 1000101 101010 11111 101010000 110101 101101

Color Harmonies of #AF3666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3666

Black with #AF3666

Text Example


Text Example

White with #AF3666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3666; }

 p { color: rgb(175,54,102); }

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

background-color css

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

 a { background-color: rgb(175,54,102); }

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

border-color css

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

 span { border-color: rgb(175,54,102); }

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