Html Css Color HEX #A64362 Rouge

📋 copy color: '#A64362'

red 166 ◦ green 67 ◦ blue 98

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

Shades of Rouge #A64362

Tints of Rouge #A64362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 50.15%
G = 20.24%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A64362 (or 0xA64362) is known color: Rouge. HEX triplet: A6, 43 and 62. RGB value is (166,67,98). Sum of RGB (Red+Green+Blue) = 166+67+98=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A64362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64362 is #59BC9D. Grayscale: #646464. Windows color (decimal): -5880990 or 6439846. OLE color: 6439846.

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

Color convert

RGB 166 67 98 -
CMYK 0 0.60 0.41 0.35
HSL 341.21º 0.42% 0.46% -
HSV(B) 341.21º 0.6% 0.65% -
XYZ 19.94 13 13.01 -
YUV 100.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 166 67 98 0 0.60 0.41 0.35 341.21 0.42 0.46
Hex A6 43 62 0 3C 29 23 155 2A 2E
Octal 246 103 142 0 74 51 43 525 52 56
Binary 10100110 1000011 1100010 0 111100 101001 100011 101010101 101010 101110

Color Harmonies of #A64362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64362

Black with #A64362

Text Example


Text Example

White with #A64362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64362; }

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

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

background-color css

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

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

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

border-color css

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

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

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