#AF436A

Color #AF436A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AF436A

Tints of Rouge #AF436A

Color information

#AF436A (or 0xAF436A) is unknown color: approx Rouge. HEX triplet: AF, 43 and 6A. RGB value is (175,67,106). Sum of RGB (Red+Green+Blue) = 175+67+106=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF436A is #50BC95. Grayscale: #676767. Windows color (decimal): -5291158 or 6964143. OLE color: 6964143.

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

Color convert

RGB17567106-
CMYK00.620.390.31
HSL338.33º44.63%47.45%-
HSV(B)338.33º61.71%68.63%-
XYZ22.2914.1715.2-
YUV103.74129.28178.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=50.29%
G=19.25%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756710600.620.390.31338.3344.6347.45
HexAF436A03E271F1522d2f
Octal25710315207647375225557
Binary1010111110000111101010011111010011111111101010010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF436A; }

 p { color: rgb(175,67,106); }

 H1.HeaderClassName
 {
   color: #AF436A;
 }
 .AnyTagClassName
 {
   color: #AF436A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,67,106); }

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

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

 span { border-color: rgb(175,67,106); }

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