Html Css Color HEX #A53262 Rouge

📋 copy color: '#A53262'

red 165 ◦ green 50 ◦ blue 98

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

Shades of Rouge #A53262

Tints of Rouge #A53262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 52.72%
G = 15.97%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A53262 (or 0xA53262) is known color: Rouge. HEX triplet: A5, 32 and 62. RGB value is (165,50,98). Sum of RGB (Red+Green+Blue) = 165+50+98=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A53262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53262 is #5ACD9D. Grayscale: #595959. Windows color (decimal): -5950878 or 6435493. OLE color: 6435493.

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

Color convert

RGB 165 50 98 -
CMYK 0 0.70 0.41 0.35
HSL 334.96º 0.53% 0.42% -
HSV(B) 334.96º 0.7% 0.65% -
XYZ 18.86 11.16 12.72 -
YUV 89.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 165 50 98 0 0.70 0.41 0.35 334.96 0.53 0.42
Hex A5 32 62 0 46 29 23 14F 35 2A
Octal 245 62 142 0 106 51 43 517 65 52
Binary 10100101 110010 1100010 0 1000110 101001 100011 101001111 110101 101010

Color Harmonies of #A53262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53262

Black with #A53262

Text Example


Text Example

White with #A53262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53262; }

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

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

background-color css

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

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

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

border-color css

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

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

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