Html Css Color HEX #A34A6C Rouge

📋 copy color: '#A34A6C'

red 163 ◦ green 74 ◦ blue 108

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

Shades of Rouge #A34A6C

Tints of Rouge #A34A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 47.25%
G = 21.45%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A34A6C (or 0xA34A6C) is known color: Rouge. HEX triplet: A3, 4A and 6C. RGB value is (163,74,108). Sum of RGB (Red+Green+Blue) = 163+74+108=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A6C is #5CB593. Grayscale: #686868. Windows color (decimal): -6075796 or 7096995. OLE color: 7096995.

HSL color Cylindrical-coordinate representation of color #A34A6C: hue angle of 337.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A6C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 74 108 -
CMYK 0 0.55 0.34 0.36
HSL 337.08º 0.38% 0.46% -
HSV(B) 337.08º 0.55% 0.64% -
XYZ 20.26 13.77 15.78 -
YUV 104.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 163 74 108 0 0.55 0.34 0.36 337.08 0.38 0.46
Hex A3 4A 6C 0 37 22 24 151 26 2E
Octal 243 112 154 0 67 42 44 521 46 56
Binary 10100011 1001010 1101100 0 110111 100010 100100 101010001 100110 101110

Color Harmonies of #A34A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A6C

Black with #A34A6C

Text Example


Text Example

White with #A34A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A6C; }

 p { color: rgb(163,74,108); }

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

background-color css

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

 a { background-color: rgb(163,74,108); }

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

border-color css

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

 span { border-color: rgb(163,74,108); }

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