Html Css Color HEX #A53F69 Rouge

📋 copy color: '#A53F69'

red 165 ◦ green 63 ◦ blue 105

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

Shades of Rouge #A53F69

Tints of Rouge #A53F69

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

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

R = 49.55%
G = 18.92%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A53F69 (or 0xA53F69) is known color: Rouge. HEX triplet: A5, 3F and 69. RGB value is (165,63,105). Sum of RGB (Red+Green+Blue) = 165+63+105=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F69 is #5AC096. Grayscale: #626262. Windows color (decimal): -5947543 or 6897573. OLE color: 6897573.

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

Color convert

RGB 165 63 105 -
CMYK 0 0.62 0.36 0.35
HSL 335.29º 0.45% 0.45% -
HSV(B) 335.29º 0.62% 0.65% -
XYZ 19.84 12.57 14.75 -
YUV 98.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 165 63 105 0 0.62 0.36 0.35 335.29 0.45 0.45
Hex A5 3F 69 0 3E 24 23 14F 2D 2D
Octal 245 77 151 0 76 44 43 517 55 55
Binary 10100101 111111 1101001 0 111110 100100 100011 101001111 101101 101101

Color Harmonies of #A53F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F69

Black with #A53F69

Text Example


Text Example

White with #A53F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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