Html Css Color HEX #A62969 Rouge

📋 copy color: '#A62969'

red 166 ◦ green 41 ◦ blue 105

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

Shades of Rouge #A62969

Tints of Rouge #A62969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 53.21%
G = 13.14%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A62969 (or 0xA62969) is known color: Rouge. HEX triplet: A6, 29 and 69. RGB value is (166,41,105). Sum of RGB (Red+Green+Blue) = 166+41+105=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A62969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62969 is #59D696. Grayscale: #555555. Windows color (decimal): -5887639 or 6891942. OLE color: 6891942.

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

Color convert

RGB 166 41 105 -
CMYK 0 0.75 0.37 0.35
HSL 329.28º 0.6% 0.41% -
HSV(B) 329.28º 0.75% 0.65% -
XYZ 19.07 10.71 14.43 -
YUV 85.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 166 41 105 0 0.75 0.37 0.35 329.28 0.6 0.41
Hex A6 29 69 0 4B 25 23 149 3C 29
Octal 246 51 151 0 113 45 43 511 74 51
Binary 10100110 101001 1101001 0 1001011 100101 100011 101001001 111100 101001

Color Harmonies of #A62969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62969

Black with #A62969

Text Example


Text Example

White with #A62969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62969; }

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

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

background-color css

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

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

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

border-color css

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

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

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