Html Css Color HEX #A63A65 Rouge

📋 copy color: '#A63A65'

red 166 ◦ green 58 ◦ blue 101

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

Shades of Rouge #A63A65

Tints of Rouge #A63A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 51.08%
G = 17.85%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63A65 (or 0xA63A65) is known color: Rouge. HEX triplet: A6, 3A and 65. RGB value is (166,58,101). Sum of RGB (Red+Green+Blue) = 166+58+101=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A65 is #59C59A. Grayscale: #5F5F5F. Windows color (decimal): -5883291 or 6634150. OLE color: 6634150.

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

Color convert

RGB 166 58 101 -
CMYK 0 0.65 0.39 0.35
HSL 336.11º 0.48% 0.44% -
HSV(B) 336.11º 0.65% 0.65% -
XYZ 19.59 12.07 13.61 -
YUV 95.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 166 58 101 0 0.65 0.39 0.35 336.11 0.48 0.44
Hex A6 3A 65 0 41 27 23 150 30 2C
Octal 246 72 145 0 101 47 43 520 60 54
Binary 10100110 111010 1100101 0 1000001 100111 100011 101010000 110000 101100

Color Harmonies of #A63A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A65

Black with #A63A65

Text Example


Text Example

White with #A63A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A65; }

 p { color: rgb(166,58,101); }

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

background-color css

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

 a { background-color: rgb(166,58,101); }

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

border-color css

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

 span { border-color: rgb(166,58,101); }

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