Html Css Color HEX #A54069 Rouge

📋 copy color: '#A54069'

red 165 ◦ green 64 ◦ blue 105

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

Shades of Rouge #A54069

Tints of Rouge #A54069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 49.4%
G = 19.16%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A54069 (or 0xA54069) is known color: Rouge. HEX triplet: A5, 40 and 69. RGB value is (165,64,105). Sum of RGB (Red+Green+Blue) = 165+64+105=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A54069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54069 is #5ABF96. Grayscale: #626262. Windows color (decimal): -5947287 or 6897829. OLE color: 6897829.

HSL color Cylindrical-coordinate representation of color #A54069: hue angle of 335.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54069 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 105 -
CMYK 0 0.61 0.36 0.35
HSL 335.64º 0.44% 0.45% -
HSV(B) 335.64º 0.61% 0.65% -
XYZ 19.9 12.69 14.76 -
YUV 98.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 165 64 105 0 0.61 0.36 0.35 335.64 0.44 0.45
Hex A5 40 69 0 3D 24 23 150 2C 2D
Octal 245 100 151 0 75 44 43 520 54 55
Binary 10100101 1000000 1101001 0 111101 100100 100011 101010000 101100 101101

Color Harmonies of #A54069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54069

Black with #A54069

Text Example


Text Example

White with #A54069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54069; }

 p { color: rgb(165,64,105); }

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

background-color css

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

 a { background-color: rgb(165,64,105); }

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

border-color css

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

 span { border-color: rgb(165,64,105); }

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