Html Css Color HEX #A53C69 Rouge

📋 copy color: '#A53C69'

red 165 ◦ green 60 ◦ blue 105

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

Shades of Rouge #A53C69

Tints of Rouge #A53C69

RGB

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

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

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

R = 50%
G = 18.18%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A53C69 (or 0xA53C69) is known color: Rouge. HEX triplet: A5, 3C and 69. RGB value is (165,60,105). Sum of RGB (Red+Green+Blue) = 165+60+105=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C69 is #5AC396. Grayscale: #606060. Windows color (decimal): -5948311 or 6896805. OLE color: 6896805.

HSL color Cylindrical-coordinate representation of color #A53C69: hue angle of 334.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 #A53C69 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 105 -
CMYK 0 0.64 0.36 0.35
HSL 334.29º 0.47% 0.44% -
HSV(B) 334.29º 0.64% 0.65% -
XYZ 19.68 12.25 14.69 -
YUV 96.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 165 60 105 0 0.64 0.36 0.35 334.29 0.47 0.44
Hex A5 3C 69 0 40 24 23 14E 2F 2C
Octal 245 74 151 0 100 44 43 516 57 54
Binary 10100101 111100 1101001 0 1000000 100100 100011 101001110 101111 101100

Color Harmonies of #A53C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C69

Black with #A53C69

Text Example


Text Example

White with #A53C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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