Html Css Color HEX #A63069 Rouge

📋 copy color: '#A63069'

red 166 ◦ green 48 ◦ blue 105

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

Shades of Rouge #A63069

Tints of Rouge #A63069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 52.04%
G = 15.05%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63069 (or 0xA63069) is known color: Rouge. HEX triplet: A6, 30 and 69. RGB value is (166,48,105). Sum of RGB (Red+Green+Blue) = 166+48+105=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A63069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63069 is #59CF96. Grayscale: #595959. Windows color (decimal): -5885847 or 6893734. OLE color: 6893734.

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

Color convert

RGB 166 48 105 -
CMYK 0 0.71 0.37 0.35
HSL 331.02º 0.55% 0.42% -
HSV(B) 331.02º 0.71% 0.65% -
XYZ 19.33 11.24 14.52 -
YUV 89.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 166 48 105 0 0.71 0.37 0.35 331.02 0.55 0.42
Hex A6 30 69 0 47 25 23 14B 37 2A
Octal 246 60 151 0 107 45 43 513 67 52
Binary 10100110 110000 1101001 0 1000111 100101 100011 101001011 110111 101010

Color Harmonies of #A63069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63069

Black with #A63069

Text Example


Text Example

White with #A63069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63069; }

 p { color: rgb(166,48,105); }

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

background-color css

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

 a { background-color: rgb(166,48,105); }

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

border-color css

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

 span { border-color: rgb(166,48,105); }

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