Html Css Color HEX #A53468 Rouge

📋 copy color: '#A53468'

red 165 ◦ green 52 ◦ blue 104

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

Shades of Rouge #A53468

Tints of Rouge #A53468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 51.4%
G = 16.2%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A53468 (or 0xA53468) is known color: Rouge. HEX triplet: A5, 34 and 68. RGB value is (165,52,104). Sum of RGB (Red+Green+Blue) = 165+52+104=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A53468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53468 is #5ACB97. Grayscale: #5B5B5B. Windows color (decimal): -5950360 or 6829221. OLE color: 6829221.

HSL color Cylindrical-coordinate representation of color #A53468: hue angle of 332.39º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53468 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 52 104 -
CMYK 0 0.68 0.37 0.35
HSL 332.39º 0.52% 0.43% -
HSV(B) 332.39º 0.68% 0.65% -
XYZ 19.24 11.45 14.29 -
YUV 91.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 165 52 104 0 0.68 0.37 0.35 332.39 0.52 0.43
Hex A5 34 68 0 44 25 23 14C 34 2B
Octal 245 64 150 0 104 45 43 514 64 53
Binary 10100101 110100 1101000 0 1000100 100101 100011 101001100 110100 101011

Color Harmonies of #A53468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53468

Black with #A53468

Text Example


Text Example

White with #A53468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53468; }

 p { color: rgb(165,52,104); }

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

background-color css

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

 a { background-color: rgb(165,52,104); }

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

border-color css

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

 span { border-color: rgb(165,52,104); }

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