Html Css Color HEX #A63A67 Rouge

📋 copy color: '#A63A67'

red 166 ◦ green 58 ◦ blue 103

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

Shades of Rouge #A63A67

Tints of Rouge #A63A67

RGB

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

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

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

R = 50.76%
G = 17.74%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A63A67 (or 0xA63A67) is known color: Rouge. HEX triplet: A6, 3A and 67. RGB value is (166,58,103). Sum of RGB (Red+Green+Blue) = 166+58+103=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A67 is #59C598. Grayscale: #5F5F5F. Windows color (decimal): -5883289 or 6765222. OLE color: 6765222.

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

Color convert

RGB 166 58 103 -
CMYK 0 0.65 0.38 0.35
HSL 335º 0.48% 0.44% -
HSV(B) 335º 0.65% 0.65% -
XYZ 19.69 12.11 14.13 -
YUV 95.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 166 58 103 0 0.65 0.38 0.35 335 0.48 0.44
Hex A6 3A 67 0 41 26 23 14F 30 2C
Octal 246 72 147 0 101 46 43 517 60 54
Binary 10100110 111010 1100111 0 1000001 100110 100011 101001111 110000 101100

Color Harmonies of #A63A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A67

Black with #A63A67

Text Example


Text Example

White with #A63A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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