Html Css Color HEX #AF4061 Rouge

📋 copy color: '#AF4061'

red 175 ◦ green 64 ◦ blue 97

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

Shades of Rouge #AF4061

Tints of Rouge #AF4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 52.08%
G = 19.05%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF4061 (or 0xAF4061) is known color: Rouge. HEX triplet: AF, 40 and 61. RGB value is (175,64,97). Sum of RGB (Red+Green+Blue) = 175+64+97=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4061 is #50BF9E. Grayscale: #646464. Windows color (decimal): -5291935 or 6373551. OLE color: 6373551.

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

Color convert

RGB 175 64 97 -
CMYK 0 0.63 0.45 0.31
HSL 342.16º 0.46% 0.47% -
HSV(B) 342.16º 0.63% 0.69% -
XYZ 21.67 13.64 12.8 -
YUV 100.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 175 64 97 0 0.63 0.45 0.31 342.16 0.46 0.47
Hex AF 40 61 0 3F 2D 1F 156 2E 2F
Octal 257 100 141 0 77 55 37 526 56 57
Binary 10101111 1000000 1100001 0 111111 101101 11111 101010110 101110 101111

Color Harmonies of #AF4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4061

Black with #AF4061

Text Example


Text Example

White with #AF4061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4061; }

 p { color: rgb(175,64,97); }

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

background-color css

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

 a { background-color: rgb(175,64,97); }

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

border-color css

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

 span { border-color: rgb(175,64,97); }

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