Html Css Color HEX #A53B69 Rouge

📋 copy color: '#A53B69'

red 165 ◦ green 59 ◦ blue 105

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

Shades of Rouge #A53B69

Tints of Rouge #A53B69

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

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

R = 50.15%
G = 17.93%
B = 31.91%

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

#A53B69 (or 0xA53B69) is known color: Rouge. HEX triplet: A5, 3B and 69. RGB value is (165,59,105). Sum of RGB (Red+Green+Blue) = 165+59+105=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B69 is #5AC496. Grayscale: #5F5F5F. Windows color (decimal): -5948567 or 6896549. OLE color: 6896549.

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

Color convert

RGB 165 59 105 -
CMYK 0 0.64 0.36 0.35
HSL 333.96º 0.47% 0.44% -
HSV(B) 333.96º 0.64% 0.65% -
XYZ 19.63 12.15 14.67 -
YUV 95.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 165 59 105 0 0.64 0.36 0.35 333.96 0.47 0.44
Hex A5 3B 69 0 40 24 23 14E 2F 2C
Octal 245 73 151 0 100 44 43 516 57 54
Binary 10100101 111011 1101001 0 1000000 100100 100011 101001110 101111 101100

Color Harmonies of #A53B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B69

Black with #A53B69

Text Example


Text Example

White with #A53B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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