Html Css Color HEX #AF3C65 Rouge

📋 copy color: '#AF3C65'

red 175 ◦ green 60 ◦ blue 101

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

Shades of Rouge #AF3C65

Tints of Rouge #AF3C65

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 52.08%
G = 17.86%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF3C65 (or 0xAF3C65) is known color: Rouge. HEX triplet: AF, 3C and 65. RGB value is (175,60,101). Sum of RGB (Red+Green+Blue) = 175+60+101=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C65 is #50C39A. Grayscale: #636363. Windows color (decimal): -5292955 or 6634671. OLE color: 6634671.

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

Color convert

RGB 175 60 101 -
CMYK 0 0.66 0.42 0.31
HSL 338.61º 0.49% 0.46% -
HSV(B) 338.61º 0.66% 0.69% -
XYZ 21.64 13.29 13.74 -
YUV 99.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 175 60 101 0 0.66 0.42 0.31 338.61 0.49 0.46
Hex AF 3C 65 0 42 2A 1F 153 31 2E
Octal 257 74 145 0 102 52 37 523 61 56
Binary 10101111 111100 1100101 0 1000010 101010 11111 101010011 110001 101110

Color Harmonies of #AF3C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C65

Black with #AF3C65

Text Example


Text Example

White with #AF3C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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