Html Css Color HEX #A64869 Rouge

📋 copy color: '#A64869'

red 166 ◦ green 72 ◦ blue 105

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

Shades of Rouge #A64869

Tints of Rouge #A64869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

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

R = 48.4%
G = 20.99%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A64869 (or 0xA64869) is known color: Rouge. HEX triplet: A6, 48 and 69. RGB value is (166,72,105). Sum of RGB (Red+Green+Blue) = 166+72+105=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A64869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64869 is #59B796. Grayscale: #676767. Windows color (decimal): -5879703 or 6899878. OLE color: 6899878.

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

Color convert

RGB 166 72 105 -
CMYK 0 0.57 0.37 0.35
HSL 338.94º 0.39% 0.47% -
HSV(B) 338.94º 0.57% 0.65% -
XYZ 20.59 13.76 14.94 -
YUV 103.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 166 72 105 0 0.57 0.37 0.35 338.94 0.39 0.47
Hex A6 48 69 0 39 25 23 153 27 2F
Octal 246 110 151 0 71 45 43 523 47 57
Binary 10100110 1001000 1101001 0 111001 100101 100011 101010011 100111 101111

Color Harmonies of #A64869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64869

Black with #A64869

Text Example


Text Example

White with #A64869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64869; }

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

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

background-color css

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

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

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

border-color css

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

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

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