Html Css Color HEX #AF426D Rouge

📋 copy color: '#AF426D'

red 175 ◦ green 66 ◦ blue 109

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

Shades of Rouge #AF426D

Tints of Rouge #AF426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 50%
G = 18.86%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF426D (or 0xAF426D) is known color: Rouge. HEX triplet: AF, 42 and 6D. RGB value is (175,66,109). Sum of RGB (Red+Green+Blue) = 175+66+109=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426D is #50BD92. Grayscale: #676767. Windows color (decimal): -5291411 or 7160495. OLE color: 7160495.

HSL color Cylindrical-coordinate representation of color #AF426D: hue angle of 336.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 #AF426D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 109 -
CMYK 0 0.62 0.38 0.31
HSL 336.33º 0.45% 0.47% -
HSV(B) 336.33º 0.62% 0.69% -
XYZ 22.39 14.11 16.01 -
YUV 103.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 175 66 109 0 0.62 0.38 0.31 336.33 0.45 0.47
Hex AF 42 6D 0 3E 26 1F 150 2D 2F
Octal 257 102 155 0 76 46 37 520 55 57
Binary 10101111 1000010 1101101 0 111110 100110 11111 101010000 101101 101111

Color Harmonies of #AF426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF426D

Black with #AF426D

Text Example


Text Example

White with #AF426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF426D; }

 p { color: rgb(175,66,109); }

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

background-color css

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

 a { background-color: rgb(175,66,109); }

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

border-color css

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

 span { border-color: rgb(175,66,109); }

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