Html Css Color HEX #A7386B Rouge

📋 copy color: '#A7386B'

red 167 ◦ green 56 ◦ blue 107

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

Shades of Rouge #A7386B

Tints of Rouge #A7386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

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

R = 50.61%
G = 16.97%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7386B (or 0xA7386B) is known color: Rouge. HEX triplet: A7, 38 and 6B. RGB value is (167,56,107). Sum of RGB (Red+Green+Blue) = 167+56+107=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7386B is #58C794. Grayscale: #5E5E5E. Windows color (decimal): -5818261 or 7026855. OLE color: 7026855.

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

Color convert

RGB 167 56 107 -
CMYK 0 0.66 0.36 0.35
HSL 332.43º 0.5% 0.44% -
HSV(B) 332.43º 0.66% 0.65% -
XYZ 20 12.11 15.19 -
YUV 95 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 167 56 107 0 0.66 0.36 0.35 332.43 0.5 0.44
Hex A7 38 6B 0 42 24 23 14C 32 2C
Octal 247 70 153 0 102 44 43 514 62 54
Binary 10100111 111000 1101011 0 1000010 100100 100011 101001100 110010 101100

Color Harmonies of #A7386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7386B

Black with #A7386B

Text Example


Text Example

White with #A7386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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