Html Css Color HEX #A5466A Rouge

📋 copy color: '#A5466A'

red 165 ◦ green 70 ◦ blue 106

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

Shades of Rouge #A5466A

Tints of Rouge #A5466A

RGB

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

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

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

R = 48.39%
G = 20.53%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5466A (or 0xA5466A) is known color: Rouge. HEX triplet: A5, 46 and 6A. RGB value is (165,70,106). Sum of RGB (Red+Green+Blue) = 165+70+106=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5466A is #5AB995. Grayscale: #666666. Windows color (decimal): -5945750 or 6964901. OLE color: 6964901.

HSL color Cylindrical-coordinate representation of color #A5466A: hue angle of 337.26º 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 #A5466A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 106 -
CMYK 0 0.58 0.36 0.35
HSL 337.26º 0.4% 0.46% -
HSV(B) 337.26º 0.58% 0.65% -
XYZ 20.31 13.42 15.16 -
YUV 102.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 165 70 106 0 0.58 0.36 0.35 337.26 0.4 0.46
Hex A5 46 6A 0 3A 24 23 151 28 2E
Octal 245 106 152 0 72 44 43 521 50 56
Binary 10100101 1000110 1101010 0 111010 100100 100011 101010001 101000 101110

Color Harmonies of #A5466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5466A

Black with #A5466A

Text Example


Text Example

White with #A5466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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