#A84367

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

Shades of Rouge #A84367

Tints of Rouge #A84367

Color information

#A84367 (or 0xA84367) is unknown color: approx Rouge. HEX triplet: A8, 43 and 67. RGB value is (168,67,103). Sum of RGB (Red+Green+Blue) = 168+67+103=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A84367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84367 is #57BC98. Grayscale: #656565. Windows color (decimal): -5749913 or 6767528. OLE color: 6767528.

HSL color Cylindrical-coordinate representation of color #A84367: hue angle of 338.61º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84367 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB16867103-
CMYK00.600.390.34
HSL338.61º42.98%46.08%-
HSV(B)338.61º60.12%65.88%-
XYZ20.613.3214.32-
YUV101.3128.96175.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.70%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=49.70%
G=19.82%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686710300.600.390.34338.6142.9846.08
HexA8436703C27221532b2e
Octal25010314707447425235356
Binary10101000100001111001110111100100111100010101010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84367; }

 p { color: rgb(168,67,103); }

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

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

 a { background-color: rgb(168,67,103); }

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

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

 span { border-color: rgb(168,67,103); }

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