Html Css Color HEX #A34C6C Rouge

📋 copy color: '#A34C6C'

red 163 ◦ green 76 ◦ blue 108

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

Shades of Rouge #A34C6C

Tints of Rouge #A34C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

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

R = 46.97%
G = 21.9%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A34C6C (or 0xA34C6C) is known color: Rouge. HEX triplet: A3, 4C and 6C. RGB value is (163,76,108). Sum of RGB (Red+Green+Blue) = 163+76+108=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C6C is #5CB393. Grayscale: #696969. Windows color (decimal): -6075284 or 7097507. OLE color: 7097507.

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

Color convert

RGB 163 76 108 -
CMYK 0 0.53 0.34 0.36
HSL 337.93º 0.36% 0.47% -
HSV(B) 337.93º 0.53% 0.64% -
XYZ 20.4 14.04 15.82 -
YUV 105.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 163 76 108 0 0.53 0.34 0.36 337.93 0.36 0.47
Hex A3 4C 6C 0 35 22 24 152 24 2F
Octal 243 114 154 0 65 42 44 522 44 57
Binary 10100011 1001100 1101100 0 110101 100010 100100 101010010 100100 101111

Color Harmonies of #A34C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C6C

Black with #A34C6C

Text Example


Text Example

White with #A34C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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