Html Css Color HEX #AF4462 Rouge

📋 copy color: '#AF4462'

red 175 ◦ green 68 ◦ blue 98

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

Shades of Rouge #AF4462

Tints of Rouge #AF4462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 51.32%
G = 19.94%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF4462 (or 0xAF4462) is known color: Rouge. HEX triplet: AF, 44 and 62. RGB value is (175,68,98). Sum of RGB (Red+Green+Blue) = 175+68+98=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4462 is #50BB9D. Grayscale: #676767. Windows color (decimal): -5290910 or 6440111. OLE color: 6440111.

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

Color convert

RGB 175 68 98 -
CMYK 0 0.61 0.44 0.31
HSL 343.18º 0.44% 0.48% -
HSV(B) 343.18º 0.61% 0.69% -
XYZ 21.95 14.13 13.13 -
YUV 103.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 175 68 98 0 0.61 0.44 0.31 343.18 0.44 0.48
Hex AF 44 62 0 3D 2C 1F 157 2C 30
Octal 257 104 142 0 75 54 37 527 54 60
Binary 10101111 1000100 1100010 0 111101 101100 11111 101010111 101100 110000

Color Harmonies of #AF4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4462

Black with #AF4462

Text Example


Text Example

White with #AF4462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4462; }

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

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

background-color css

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

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

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

border-color css

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

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

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