Html Css Color HEX #A54466 Rouge

📋 copy color: '#A54466'

red 165 ◦ green 68 ◦ blue 102

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

Shades of Rouge #A54466

Tints of Rouge #A54466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 49.25%
G = 20.3%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54466 (or 0xA54466) is known color: Rouge. HEX triplet: A5, 44 and 66. RGB value is (165,68,102). Sum of RGB (Red+Green+Blue) = 165+68+102=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A54466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54466 is #5ABB99. Grayscale: #646464. Windows color (decimal): -5946266 or 6702245. OLE color: 6702245.

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

Color convert

RGB 165 68 102 -
CMYK 0 0.59 0.38 0.35
HSL 338.97º 0.42% 0.46% -
HSV(B) 338.97º 0.59% 0.65% -
XYZ 19.98 13.09 14.04 -
YUV 100.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 165 68 102 0 0.59 0.38 0.35 338.97 0.42 0.46
Hex A5 44 66 0 3B 26 23 153 2A 2E
Octal 245 104 146 0 73 46 43 523 52 56
Binary 10100101 1000100 1100110 0 111011 100110 100011 101010011 101010 101110

Color Harmonies of #A54466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54466

Black with #A54466

Text Example


Text Example

White with #A54466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54466; }

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

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

background-color css

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

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

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

border-color css

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

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

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