Html Css Color HEX #AF446C Rouge

📋 copy color: '#AF446C'

red 175 ◦ green 68 ◦ blue 108

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

Shades of Rouge #AF446C

Tints of Rouge #AF446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 49.86%
G = 19.37%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF446C (or 0xAF446C) is known color: Rouge. HEX triplet: AF, 44 and 6C. RGB value is (175,68,108). Sum of RGB (Red+Green+Blue) = 175+68+108=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF446C is #50BB93. Grayscale: #686868. Windows color (decimal): -5290900 or 7095471. OLE color: 7095471.

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

Color convert

RGB 175 68 108 -
CMYK 0 0.61 0.38 0.31
HSL 337.57º 0.44% 0.48% -
HSV(B) 337.57º 0.61% 0.69% -
XYZ 22.45 14.33 15.77 -
YUV 104.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 175 68 108 0 0.61 0.38 0.31 337.57 0.44 0.48
Hex AF 44 6C 0 3D 26 1F 152 2C 30
Octal 257 104 154 0 75 46 37 522 54 60
Binary 10101111 1000100 1101100 0 111101 100110 11111 101010010 101100 110000

Color Harmonies of #AF446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF446C

Black with #AF446C

Text Example


Text Example

White with #AF446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF446C; }

 p { color: rgb(175,68,108); }

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

background-color css

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

 a { background-color: rgb(175,68,108); }

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

border-color css

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

 span { border-color: rgb(175,68,108); }

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