Html Css Color HEX #AF466B Rouge

📋 copy color: '#AF466B'

red 175 ◦ green 70 ◦ blue 107

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

Shades of Rouge #AF466B

Tints of Rouge #AF466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 49.72%
G = 19.89%
B = 30.4%

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

#AF466B (or 0xAF466B) is known color: Rouge. HEX triplet: AF, 46 and 6B. RGB value is (175,70,107). Sum of RGB (Red+Green+Blue) = 175+70+107=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF466B is #50B994. Grayscale: #696969. Windows color (decimal): -5290389 or 7030447. OLE color: 7030447.

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

Color convert

RGB 175 70 107 -
CMYK 0 0.60 0.39 0.31
HSL 338.86º 0.43% 0.48% -
HSV(B) 338.86º 0.6% 0.69% -
XYZ 22.52 14.56 15.53 -
YUV 105.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 175 70 107 0 0.60 0.39 0.31 338.86 0.43 0.48
Hex AF 46 6B 0 3C 27 1F 153 2B 30
Octal 257 106 153 0 74 47 37 523 53 60
Binary 10101111 1000110 1101011 0 111100 100111 11111 101010011 101011 110000

Color Harmonies of #AF466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF466B

Black with #AF466B

Text Example


Text Example

White with #AF466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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