Html Css Color HEX #A64368 Rouge

📋 copy color: '#A64368'

red 166 ◦ green 67 ◦ blue 104

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

Shades of Rouge #A64368

Tints of Rouge #A64368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 49.26%
G = 19.88%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A64368 (or 0xA64368) is known color: Rouge. HEX triplet: A6, 43 and 68. RGB value is (166,67,104). Sum of RGB (Red+Green+Blue) = 166+67+104=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A64368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64368 is #59BC97. Grayscale: #646464. Windows color (decimal): -5880984 or 6833062. OLE color: 6833062.

HSL color Cylindrical-coordinate representation of color #A64368: hue angle of 337.58º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64368 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 104 -
CMYK 0 0.60 0.37 0.35
HSL 337.58º 0.42% 0.46% -
HSV(B) 337.58º 0.6% 0.65% -
XYZ 20.23 13.12 14.56 -
YUV 100.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 166 67 104 0 0.60 0.37 0.35 337.58 0.42 0.46
Hex A6 43 68 0 3C 25 23 152 2A 2E
Octal 246 103 150 0 74 45 43 522 52 56
Binary 10100110 1000011 1101000 0 111100 100101 100011 101010010 101010 101110

Color Harmonies of #A64368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64368

Black with #A64368

Text Example


Text Example

White with #A64368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64368; }

 p { color: rgb(166,67,104); }

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

background-color css

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

 a { background-color: rgb(166,67,104); }

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

border-color css

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

 span { border-color: rgb(166,67,104); }

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