Html Css Color HEX #A34A6B Rouge

📋 copy color: '#A34A6B'

red 163 ◦ green 74 ◦ blue 107

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

Shades of Rouge #A34A6B

Tints of Rouge #A34A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 47.38%
G = 21.51%
B = 31.1%

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

#A34A6B (or 0xA34A6B) is known color: Rouge. HEX triplet: A3, 4A and 6B. RGB value is (163,74,107). Sum of RGB (Red+Green+Blue) = 163+74+107=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A6B is #5CB594. Grayscale: #686868. Windows color (decimal): -6075797 or 7031459. OLE color: 7031459.

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

Color convert

RGB 163 74 107 -
CMYK 0 0.55 0.34 0.36
HSL 337.75º 0.38% 0.46% -
HSV(B) 337.75º 0.55% 0.64% -
XYZ 20.21 13.75 15.5 -
YUV 104.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 163 74 107 0 0.55 0.34 0.36 337.75 0.38 0.46
Hex A3 4A 6B 0 37 22 24 152 26 2E
Octal 243 112 153 0 67 42 44 522 46 56
Binary 10100011 1001010 1101011 0 110111 100010 100100 101010010 100110 101110

Color Harmonies of #A34A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A6B

Black with #A34A6B

Text Example


Text Example

White with #A34A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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