Html Css Color HEX #AF466A Rouge

📋 copy color: '#AF466A'

red 175 ◦ green 70 ◦ blue 106

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

Shades of Rouge #AF466A

Tints of Rouge #AF466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 49.86%
G = 19.94%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF466A (or 0xAF466A) is known color: Rouge. HEX triplet: AF, 46 and 6A. RGB value is (175,70,106). Sum of RGB (Red+Green+Blue) = 175+70+106=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF466A is #50B995. Grayscale: #696969. Windows color (decimal): -5290390 or 6964911. OLE color: 6964911.

HSL color Cylindrical-coordinate representation of color #AF466A: hue angle of 339.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF466A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 106 -
CMYK 0 0.60 0.39 0.31
HSL 339.43º 0.43% 0.48% -
HSV(B) 339.43º 0.6% 0.69% -
XYZ 22.47 14.53 15.26 -
YUV 105.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 175 70 106 0 0.60 0.39 0.31 339.43 0.43 0.48
Hex AF 46 6A 0 3C 27 1F 153 2B 30
Octal 257 106 152 0 74 47 37 523 53 60
Binary 10101111 1000110 1101010 0 111100 100111 11111 101010011 101011 110000

Color Harmonies of #AF466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF466A

Black with #AF466A

Text Example


Text Example

White with #AF466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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