Html Css Color HEX #A54565 Rouge

📋 copy color: '#A54565'

red 165 ◦ green 69 ◦ blue 101

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

Shades of Rouge #A54565

Tints of Rouge #A54565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 49.25%
G = 20.6%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A54565 (or 0xA54565) is known color: Rouge. HEX triplet: A5, 45 and 65. RGB value is (165,69,101). Sum of RGB (Red+Green+Blue) = 165+69+101=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A54565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54565 is #5ABA9A. Grayscale: #656565. Windows color (decimal): -5946011 or 6636965. OLE color: 6636965.

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

Color convert

RGB 165 69 101 -
CMYK 0 0.58 0.39 0.35
HSL 340º 0.41% 0.46% -
HSV(B) 340º 0.58% 0.65% -
XYZ 19.99 13.2 13.81 -
YUV 101.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 165 69 101 0 0.58 0.39 0.35 340 0.41 0.46
Hex A5 45 65 0 3A 27 23 154 29 2E
Octal 245 105 145 0 72 47 43 524 51 56
Binary 10100101 1000101 1100101 0 111010 100111 100011 101010100 101001 101110

Color Harmonies of #A54565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54565

Black with #A54565

Text Example


Text Example

White with #A54565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54565; }

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

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

background-color css

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

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

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

border-color css

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

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

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