Html Css Color HEX #A74365 Rouge

📋 copy color: '#A74365'

red 167 ◦ green 67 ◦ blue 101

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

Shades of Rouge #A74365

Tints of Rouge #A74365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 49.85%
G = 20%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A74365 (or 0xA74365) is known color: Rouge. HEX triplet: A7, 43 and 65. RGB value is (167,67,101). Sum of RGB (Red+Green+Blue) = 167+67+101=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A74365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74365 is #58BC9A. Grayscale: #646464. Windows color (decimal): -5815451 or 6636455. OLE color: 6636455.

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

Color convert

RGB 167 67 101 -
CMYK 0 0.60 0.40 0.35
HSL 339.6º 0.43% 0.46% -
HSV(B) 339.6º 0.6% 0.65% -
XYZ 20.29 13.17 13.78 -
YUV 100.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 167 67 101 0 0.60 0.40 0.35 339.6 0.43 0.46
Hex A7 43 65 0 3C 28 23 154 2B 2E
Octal 247 103 145 0 74 50 43 524 53 56
Binary 10100111 1000011 1100101 0 111100 101000 100011 101010100 101011 101110

Color Harmonies of #A74365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74365

Black with #A74365

Text Example


Text Example

White with #A74365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74365; }

 p { color: rgb(167,67,101); }

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

background-color css

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

 a { background-color: rgb(167,67,101); }

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

border-color css

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

 span { border-color: rgb(167,67,101); }

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