Html Css Color HEX #A53C62 Rouge

📋 copy color: '#A53C62'

red 165 ◦ green 60 ◦ blue 98

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

Shades of Rouge #A53C62

Tints of Rouge #A53C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 51.08%
G = 18.58%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A53C62 (or 0xA53C62) is known color: Rouge. HEX triplet: A5, 3C and 62. RGB value is (165,60,98). Sum of RGB (Red+Green+Blue) = 165+60+98=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C62 is #5AC39D. Grayscale: #5F5F5F. Windows color (decimal): -5948318 or 6438053. OLE color: 6438053.

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

Color convert

RGB 165 60 98 -
CMYK 0 0.64 0.41 0.35
HSL 338.29º 0.47% 0.44% -
HSV(B) 338.29º 0.64% 0.65% -
XYZ 19.34 12.11 12.87 -
YUV 95.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 165 60 98 0 0.64 0.41 0.35 338.29 0.47 0.44
Hex A5 3C 62 0 40 29 23 152 2F 2C
Octal 245 74 142 0 100 51 43 522 57 54
Binary 10100101 111100 1100010 0 1000000 101001 100011 101010010 101111 101100

Color Harmonies of #A53C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C62

Black with #A53C62

Text Example


Text Example

White with #A53C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C62; }

 p { color: rgb(165,60,98); }

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

background-color css

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

 a { background-color: rgb(165,60,98); }

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

border-color css

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

 span { border-color: rgb(165,60,98); }

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