Html Css Color HEX #A34362 Rouge

📋 copy color: '#A34362'

red 163 ◦ green 67 ◦ blue 98

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

Shades of Rouge #A34362

Tints of Rouge #A34362

RGB

 RED value IS 163 (64.06% from 255) = 49.7%

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

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

R = 49.7%
G = 20.43%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A34362 (or 0xA34362) is known color: Rouge. HEX triplet: A3, 43 and 62. RGB value is (163,67,98). Sum of RGB (Red+Green+Blue) = 163+67+98=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A34362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34362 is #5CBC9D. Grayscale: #636363. Windows color (decimal): -6077598 or 6439843. OLE color: 6439843.

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

Color convert

RGB 163 67 98 -
CMYK 0 0.59 0.40 0.36
HSL 340.63º 0.42% 0.45% -
HSV(B) 340.63º 0.59% 0.64% -
XYZ 19.32 12.68 12.99 -
YUV 99.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 163 67 98 0 0.59 0.40 0.36 340.63 0.42 0.45
Hex A3 43 62 0 3B 28 24 155 2A 2D
Octal 243 103 142 0 73 50 44 525 52 55
Binary 10100011 1000011 1100010 0 111011 101000 100100 101010101 101010 101101

Color Harmonies of #A34362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34362

Black with #A34362

Text Example


Text Example

White with #A34362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34362; }

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

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

background-color css

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

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

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

border-color css

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

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

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