Html Css Color HEX #A73D6B Rouge

📋 copy color: '#A73D6B'

red 167 ◦ green 61 ◦ blue 107

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

Shades of Rouge #A73D6B

Tints of Rouge #A73D6B

RGB

 RED value IS 167 (65.63% from 255) = 49.85%

 GREEN value IS 61 (24.22% from 255) = 18.21%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 49.85%
G = 18.21%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A73D6B (or 0xA73D6B) is known color: Rouge. HEX triplet: A7, 3D and 6B. RGB value is (167,61,107). Sum of RGB (Red+Green+Blue) = 167+61+107=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73D6B is #58C294. Grayscale: #616161. Windows color (decimal): -5816981 or 7028135. OLE color: 7028135.

HSL color Cylindrical-coordinate representation of color #A73D6B: hue angle of 333.96º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D6B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 61 107 -
CMYK 0 0.63 0.36 0.35
HSL 333.96º 0.46% 0.45% -
HSV(B) 333.96º 0.63% 0.65% -
XYZ 20.26 12.61 15.28 -
YUV 97.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 167 61 107 0 0.63 0.36 0.35 333.96 0.46 0.45
Hex A7 3D 6B 0 3F 24 23 14E 2E 2D
Octal 247 75 153 0 77 44 43 516 56 55
Binary 10100111 111101 1101011 0 111111 100100 100011 101001110 101110 101101

Color Harmonies of #A73D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73D6B

Black with #A73D6B

Text Example


Text Example

White with #A73D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73D6B; }

 p { color: rgb(167,61,107); }

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

background-color css

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

 a { background-color: rgb(167,61,107); }

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

border-color css

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

 span { border-color: rgb(167,61,107); }

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