Html Css Color HEX #A54362 Rouge

📋 copy color: '#A54362'

red 165 ◦ green 67 ◦ blue 98

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

Shades of Rouge #A54362

Tints of Rouge #A54362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 50%
G = 20.3%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A54362 (or 0xA54362) is known color: Rouge. HEX triplet: A5, 43 and 62. RGB value is (165,67,98). Sum of RGB (Red+Green+Blue) = 165+67+98=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A54362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54362 is #5ABC9D. Grayscale: #636363. Windows color (decimal): -5946526 or 6439845. OLE color: 6439845.

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

Color convert

RGB 165 67 98 -
CMYK 0 0.59 0.41 0.35
HSL 341.02º 0.42% 0.45% -
HSV(B) 341.02º 0.59% 0.65% -
XYZ 19.73 12.9 13 -
YUV 99.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 165 67 98 0 0.59 0.41 0.35 341.02 0.42 0.45
Hex A5 43 62 0 3B 29 23 155 2A 2D
Octal 245 103 142 0 73 51 43 525 52 55
Binary 10100101 1000011 1100010 0 111011 101001 100011 101010101 101010 101101

Color Harmonies of #A54362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54362

Black with #A54362

Text Example


Text Example

White with #A54362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54362; }

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

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

background-color css

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

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

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

border-color css

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

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

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