#a34a67

Color #A34A67 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A34A67

Tints of Rouge #A34A67

Color information

#A34A67 (or 0xA34A67) is unknown color: approx Rouge. HEX triplet: A3, 4A and 67. RGB value is (163,74,103). Sum of RGB (Red+Green+Blue) = 163+74+103=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A67 is #5CB598. Grayscale: #676767. Windows color (decimal): -6075801 or 6769315. OLE color: 6769315.

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

Color convert

RGB16374103-
CMYK00.550.370.36
HSL340.45º37.55%46.47%-
HSV(B)340.45º54.6%63.92%-
XYZ2013.6614.42-
YUV103.92127.49170.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=47.94%
G=21.76%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637410300.550.370.36340.4537.5546.47
HexA34A670372524154262e
Octal24311214706745445244656
Binary10100011100101011001110110111100101100100101010100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34a67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34a67; }

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

 H1.HeaderClassName
 {
   color: #a34a67;
 }
 .AnyTagClassName
 {
   color: #a34a67;
 }
</style>
background-color css

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

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

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

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

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

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