Html Css Color HEX #A74A68 Rouge

📋 copy color: '#A74A68'

red 167 ◦ green 74 ◦ blue 104

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

Shades of Rouge #A74A68

Tints of Rouge #A74A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 48.41%
G = 21.45%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A74A68 (or 0xA74A68) is known color: Rouge. HEX triplet: A7, 4A and 68. RGB value is (167,74,104). Sum of RGB (Red+Green+Blue) = 167+74+104=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74A68 is #58B597. Grayscale: #696969. Windows color (decimal): -5813656 or 6834855. OLE color: 6834855.

HSL color Cylindrical-coordinate representation of color #A74A68: hue angle of 340.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74A68 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 74 104 -
CMYK 0 0.56 0.38 0.35
HSL 340.65º 0.39% 0.47% -
HSV(B) 340.65º 0.56% 0.65% -
XYZ 20.88 14.11 14.72 -
YUV 105.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 167 74 104 0 0.56 0.38 0.35 340.65 0.39 0.47
Hex A7 4A 68 0 38 26 23 155 27 2F
Octal 247 112 150 0 70 46 43 525 47 57
Binary 10100111 1001010 1101000 0 111000 100110 100011 101010101 100111 101111

Color Harmonies of #A74A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A68

Black with #A74A68

Text Example


Text Example

White with #A74A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A68; }

 p { color: rgb(167,74,104); }

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

background-color css

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

 a { background-color: rgb(167,74,104); }

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

border-color css

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

 span { border-color: rgb(167,74,104); }

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