Html Css Color HEX #A53367 Rouge

📋 copy color: '#A53367'

red 165 ◦ green 51 ◦ blue 103

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

Shades of Rouge #A53367

Tints of Rouge #A53367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 51.72%
G = 15.99%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A53367 (or 0xA53367) is known color: Rouge. HEX triplet: A5, 33 and 67. RGB value is (165,51,103). Sum of RGB (Red+Green+Blue) = 165+51+103=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A53367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53367 is #5ACC98. Grayscale: #5A5A5A. Windows color (decimal): -5950617 or 6763429. OLE color: 6763429.

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

Color convert

RGB 165 51 103 -
CMYK 0 0.69 0.38 0.35
HSL 332.63º 0.53% 0.42% -
HSV(B) 332.63º 0.69% 0.65% -
XYZ 19.15 11.35 14.01 -
YUV 91.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 165 51 103 0 0.69 0.38 0.35 332.63 0.53 0.42
Hex A5 33 67 0 45 26 23 14D 35 2A
Octal 245 63 147 0 105 46 43 515 65 52
Binary 10100101 110011 1100111 0 1000101 100110 100011 101001101 110101 101010

Color Harmonies of #A53367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53367

Black with #A53367

Text Example


Text Example

White with #A53367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53367; }

 p { color: rgb(165,51,103); }

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

background-color css

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

 a { background-color: rgb(165,51,103); }

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

border-color css

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

 span { border-color: rgb(165,51,103); }

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