Html Css Color HEX #A64867 Rouge

📋 copy color: '#A64867'

red 166 ◦ green 72 ◦ blue 103

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

Shades of Rouge #A64867

Tints of Rouge #A64867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 48.68%
G = 21.11%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A64867 (or 0xA64867) is known color: Rouge. HEX triplet: A6, 48 and 67. RGB value is (166,72,103). Sum of RGB (Red+Green+Blue) = 166+72+103=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A64867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64867 is #59B798. Grayscale: #676767. Windows color (decimal): -5879705 or 6768806. OLE color: 6768806.

HSL color Cylindrical-coordinate representation of color #A64867: hue angle of 340.21º 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 #A64867 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 72 103 -
CMYK 0 0.57 0.38 0.35
HSL 340.21º 0.39% 0.47% -
HSV(B) 340.21º 0.57% 0.65% -
XYZ 20.49 13.72 14.4 -
YUV 103.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 166 72 103 0 0.57 0.38 0.35 340.21 0.39 0.47
Hex A6 48 67 0 39 26 23 154 27 2F
Octal 246 110 147 0 71 46 43 524 47 57
Binary 10100110 1001000 1100111 0 111001 100110 100011 101010100 100111 101111

Color Harmonies of #A64867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64867

Black with #A64867

Text Example


Text Example

White with #A64867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64867; }

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

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

background-color css

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

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

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

border-color css

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

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

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