Html Css Color HEX #A7445F Rouge

📋 copy color: '#A7445F'

red 167 ◦ green 68 ◦ blue 95

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

Shades of Rouge #A7445F

Tints of Rouge #A7445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 50.61%
G = 20.61%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7445F (or 0xA7445F) is known color: Rouge. HEX triplet: A7, 44 and 5F. RGB value is (167,68,95). Sum of RGB (Red+Green+Blue) = 167+68+95=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7445F is #58BBA0. Grayscale: #646464. Windows color (decimal): -5815201 or 6243495. OLE color: 6243495.

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

Color convert

RGB 167 68 95 -
CMYK 0 0.59 0.43 0.35
HSL 343.64º 0.42% 0.46% -
HSV(B) 343.64º 0.59% 0.65% -
XYZ 20.07 13.18 12.31 -
YUV 100.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 167 68 95 0 0.59 0.43 0.35 343.64 0.42 0.46
Hex A7 44 5F 0 3B 2B 23 158 2A 2E
Octal 247 104 137 0 73 53 43 530 52 56
Binary 10100111 1000100 1011111 0 111011 101011 100011 101011000 101010 101110

Color Harmonies of #A7445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7445F

Black with #A7445F

Text Example


Text Example

White with #A7445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7445F; }

 p { color: rgb(167,68,95); }

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

background-color css

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

 a { background-color: rgb(167,68,95); }

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

border-color css

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

 span { border-color: rgb(167,68,95); }

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