Html Css Color HEX #A64469 Rouge

📋 copy color: '#A64469'

red 166 ◦ green 68 ◦ blue 105

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

Shades of Rouge #A64469

Tints of Rouge #A64469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 48.97%
G = 20.06%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A64469 (or 0xA64469) is known color: Rouge. HEX triplet: A6, 44 and 69. RGB value is (166,68,105). Sum of RGB (Red+Green+Blue) = 166+68+105=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A64469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64469 is #59BB96. Grayscale: #656565. Windows color (decimal): -5880727 or 6898854. OLE color: 6898854.

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

Color convert

RGB 166 68 105 -
CMYK 0 0.59 0.37 0.35
HSL 337.35º 0.42% 0.46% -
HSV(B) 337.35º 0.59% 0.65% -
XYZ 20.34 13.26 14.85 -
YUV 101.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 166 68 105 0 0.59 0.37 0.35 337.35 0.42 0.46
Hex A6 44 69 0 3B 25 23 151 2A 2E
Octal 246 104 151 0 73 45 43 521 52 56
Binary 10100110 1000100 1101001 0 111011 100101 100011 101010001 101010 101110

Color Harmonies of #A64469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64469

Black with #A64469

Text Example


Text Example

White with #A64469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64469; }

 p { color: rgb(166,68,105); }

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

background-color css

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

 a { background-color: rgb(166,68,105); }

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

border-color css

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

 span { border-color: rgb(166,68,105); }

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