Html Css Color HEX #A74467 Rouge

📋 copy color: '#A74467'

red 167 ◦ green 68 ◦ blue 103

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

Shades of Rouge #A74467

Tints of Rouge #A74467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 49.41%
G = 20.12%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A74467 (or 0xA74467) is known color: Rouge. HEX triplet: A7, 44 and 67. RGB value is (167,68,103). Sum of RGB (Red+Green+Blue) = 167+68+103=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A74467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74467 is #58BB98. Grayscale: #656565. Windows color (decimal): -5815193 or 6767783. OLE color: 6767783.

HSL color Cylindrical-coordinate representation of color #A74467: hue angle of 338.79º 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 #A74467 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 68 103 -
CMYK 0 0.59 0.38 0.35
HSL 338.79º 0.42% 0.46% -
HSV(B) 338.79º 0.59% 0.65% -
XYZ 20.45 13.33 14.33 -
YUV 101.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 167 68 103 0 0.59 0.38 0.35 338.79 0.42 0.46
Hex A7 44 67 0 3B 26 23 153 2A 2E
Octal 247 104 147 0 73 46 43 523 52 56
Binary 10100111 1000100 1100111 0 111011 100110 100011 101010011 101010 101110

Color Harmonies of #A74467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74467

Black with #A74467

Text Example


Text Example

White with #A74467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74467; }

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

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

background-color css

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

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

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

border-color css

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

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

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