Html Css Color HEX #A2476D Rouge

📋 copy color: '#A2476D'

red 162 ◦ green 71 ◦ blue 109

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

Shades of Rouge #A2476D

Tints of Rouge #A2476D

RGB

 RED value IS 162 (63.67% from 255) = 47.37%

 GREEN value IS 71 (28.13% from 255) = 20.76%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 47.37%
G = 20.76%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2476D (or 0xA2476D) is known color: Rouge. HEX triplet: A2, 47 and 6D. RGB value is (162,71,109). Sum of RGB (Red+Green+Blue) = 162+71+109=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2476D is #5DB892. Grayscale: #666666. Windows color (decimal): -6142099 or 7161762. OLE color: 7161762.

HSL color Cylindrical-coordinate representation of color #A2476D: hue angle of 334.95º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2476D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 109 -
CMYK 0 0.56 0.33 0.36
HSL 334.95º 0.39% 0.46% -
HSV(B) 334.95º 0.56% 0.64% -
XYZ 19.91 13.29 15.98 -
YUV 102.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 162 71 109 0 0.56 0.33 0.36 334.95 0.39 0.46
Hex A2 47 6D 0 38 21 24 14F 27 2E
Octal 242 107 155 0 70 41 44 517 47 56
Binary 10100010 1000111 1101101 0 111000 100001 100100 101001111 100111 101110

Color Harmonies of #A2476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2476D

Black with #A2476D

Text Example


Text Example

White with #A2476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2476D; }

 p { color: rgb(162,71,109); }

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

background-color css

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

 a { background-color: rgb(162,71,109); }

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

border-color css

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

 span { border-color: rgb(162,71,109); }

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