Html Css Color HEX #A64A6B Rouge

📋 copy color: '#A64A6B'

red 166 ◦ green 74 ◦ blue 107

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

Shades of Rouge #A64A6B

Tints of Rouge #A64A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 47.84%
G = 21.33%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A64A6B (or 0xA64A6B) is known color: Rouge. HEX triplet: A6, 4A and 6B. RGB value is (166,74,107). Sum of RGB (Red+Green+Blue) = 166+74+107=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64A6B is #59B594. Grayscale: #696969. Windows color (decimal): -5879189 or 7031462. OLE color: 7031462.

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

Color convert

RGB 166 74 107 -
CMYK 0 0.55 0.36 0.35
HSL 338.48º 0.38% 0.47% -
HSV(B) 338.48º 0.55% 0.65% -
XYZ 20.83 14.07 15.53 -
YUV 105.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 166 74 107 0 0.55 0.36 0.35 338.48 0.38 0.47
Hex A6 4A 6B 0 37 24 23 152 26 2F
Octal 246 112 153 0 67 44 43 522 46 57
Binary 10100110 1001010 1101011 0 110111 100100 100011 101010010 100110 101111

Color Harmonies of #A64A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A6B

Black with #A64A6B

Text Example


Text Example

White with #A64A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A6B; }

 p { color: rgb(166,74,107); }

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

background-color css

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

 a { background-color: rgb(166,74,107); }

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

border-color css

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

 span { border-color: rgb(166,74,107); }

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