Html Css Color HEX #A5456C Rouge

📋 copy color: '#A5456C'

red 165 ◦ green 69 ◦ blue 108

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

Shades of Rouge #A5456C

Tints of Rouge #A5456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 48.25%
G = 20.18%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5456C (or 0xA5456C) is known color: Rouge. HEX triplet: A5, 45 and 6C. RGB value is (165,69,108). Sum of RGB (Red+Green+Blue) = 165+69+108=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5456C is #5ABA93. Grayscale: #666666. Windows color (decimal): -5946004 or 7095717. OLE color: 7095717.

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

Color convert

RGB 165 69 108 -
CMYK 0 0.58 0.35 0.35
HSL 335.63º 0.41% 0.46% -
HSV(B) 335.63º 0.58% 0.65% -
XYZ 20.35 13.34 15.69 -
YUV 102.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 165 69 108 0 0.58 0.35 0.35 335.63 0.41 0.46
Hex A5 45 6C 0 3A 23 23 150 29 2E
Octal 245 105 154 0 72 43 43 520 51 56
Binary 10100101 1000101 1101100 0 111010 100011 100011 101010000 101001 101110

Color Harmonies of #A5456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5456C

Black with #A5456C

Text Example


Text Example

White with #A5456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5456C; }

 p { color: rgb(165,69,108); }

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

background-color css

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

 a { background-color: rgb(165,69,108); }

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

border-color css

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

 span { border-color: rgb(165,69,108); }

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