Html Css Color HEX #A7466B Rouge

📋 copy color: '#A7466B'

red 167 ◦ green 70 ◦ blue 107

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

Shades of Rouge #A7466B

Tints of Rouge #A7466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 48.55%
G = 20.35%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7466B (or 0xA7466B) is known color: Rouge. HEX triplet: A7, 46 and 6B. RGB value is (167,70,107). Sum of RGB (Red+Green+Blue) = 167+70+107=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7466B is #58B994. Grayscale: #676767. Windows color (decimal): -5814677 or 7030439. OLE color: 7030439.

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

Color convert

RGB 167 70 107 -
CMYK 0 0.58 0.36 0.35
HSL 337.11º 0.41% 0.46% -
HSV(B) 337.11º 0.58% 0.65% -
XYZ 20.78 13.66 15.45 -
YUV 103.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 167 70 107 0 0.58 0.36 0.35 337.11 0.41 0.46
Hex A7 46 6B 0 3A 24 23 151 29 2E
Octal 247 106 153 0 72 44 43 521 51 56
Binary 10100111 1000110 1101011 0 111010 100100 100011 101010001 101001 101110

Color Harmonies of #A7466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7466B

Black with #A7466B

Text Example


Text Example

White with #A7466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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