Html Css Color HEX #A6345F Rouge

📋 copy color: '#A6345F'

red 166 ◦ green 52 ◦ blue 95

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

Shades of Rouge #A6345F

Tints of Rouge #A6345F

RGB

 RED value IS 166 (65.23% from 255) = 53.04%

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 53.04%
G = 16.61%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6345F (or 0xA6345F) is known color: Rouge. HEX triplet: A6, 34 and 5F. RGB value is (166,52,95). Sum of RGB (Red+Green+Blue) = 166+52+95=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6345F is #59CBA0. Grayscale: #5A5A5A. Windows color (decimal): -5884833 or 6239398. OLE color: 6239398.

HSL color Cylindrical-coordinate representation of color #A6345F: hue angle of 337.37º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6345F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 95 -
CMYK 0 0.69 0.43 0.35
HSL 337.37º 0.52% 0.43% -
HSV(B) 337.37º 0.69% 0.65% -
XYZ 19.02 11.39 12.02 -
YUV 90.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 166 52 95 0 0.69 0.43 0.35 337.37 0.52 0.43
Hex A6 34 5F 0 45 2B 23 151 34 2B
Octal 246 64 137 0 105 53 43 521 64 53
Binary 10100110 110100 1011111 0 1000101 101011 100011 101010001 110100 101011

Color Harmonies of #A6345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6345F

Black with #A6345F

Text Example


Text Example

White with #A6345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6345F; }

 p { color: rgb(166,52,95); }

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

background-color css

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

 a { background-color: rgb(166,52,95); }

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

border-color css

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

 span { border-color: rgb(166,52,95); }

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