Html Css Color HEX #A5466F Rouge

📋 copy color: '#A5466F'

red 165 ◦ green 70 ◦ blue 111

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

Shades of Rouge #A5466F

Tints of Rouge #A5466F

RGB

 RED value IS 165 (64.84% from 255) = 47.69%

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

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 47.69%
G = 20.23%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5466F (or 0xA5466F) is known color: Rouge. HEX triplet: A5, 46 and 6F. RGB value is (165,70,111). Sum of RGB (Red+Green+Blue) = 165+70+111=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5466F is #5AB990. Grayscale: #676767. Windows color (decimal): -5945745 or 7292581. OLE color: 7292581.

HSL color Cylindrical-coordinate representation of color #A5466F: hue angle of 334.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5466F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 111 -
CMYK 0 0.58 0.33 0.35
HSL 334.11º 0.4% 0.46% -
HSV(B) 334.11º 0.58% 0.65% -
XYZ 20.58 13.53 16.57 -
YUV 103.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 165 70 111 0 0.58 0.33 0.35 334.11 0.4 0.46
Hex A5 46 6F 0 3A 21 23 14E 28 2E
Octal 245 106 157 0 72 41 43 516 50 56
Binary 10100101 1000110 1101111 0 111010 100001 100011 101001110 101000 101110

Color Harmonies of #A5466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5466F

Black with #A5466F

Text Example


Text Example

White with #A5466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5466F; }

 p { color: rgb(165,70,111); }

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

background-color css

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

 a { background-color: rgb(165,70,111); }

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

border-color css

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

 span { border-color: rgb(165,70,111); }

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