Html Css Color HEX #A54465 Rouge

📋 copy color: '#A54465'

red 165 ◦ green 68 ◦ blue 101

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

Shades of Rouge #A54465

Tints of Rouge #A54465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 49.4%
G = 20.36%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A54465 (or 0xA54465) is known color: Rouge. HEX triplet: A5, 44 and 65. RGB value is (165,68,101). Sum of RGB (Red+Green+Blue) = 165+68+101=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A54465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54465 is #5ABB9A. Grayscale: #646464. Windows color (decimal): -5946267 or 6636709. OLE color: 6636709.

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

Color convert

RGB 165 68 101 -
CMYK 0 0.59 0.39 0.35
HSL 339.59º 0.42% 0.46% -
HSV(B) 339.59º 0.59% 0.65% -
XYZ 19.93 13.07 13.78 -
YUV 100.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 165 68 101 0 0.59 0.39 0.35 339.59 0.42 0.46
Hex A5 44 65 0 3B 27 23 154 2A 2E
Octal 245 104 145 0 73 47 43 524 52 56
Binary 10100101 1000100 1100101 0 111011 100111 100011 101010100 101010 101110

Color Harmonies of #A54465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54465

Black with #A54465

Text Example


Text Example

White with #A54465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54465; }

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

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

background-color css

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

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

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

border-color css

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

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

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