Html Css Color HEX #A74B68 Rouge

📋 copy color: '#A74B68'

red 167 ◦ green 75 ◦ blue 104

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

Shades of Rouge #A74B68

Tints of Rouge #A74B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

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

R = 48.27%
G = 21.68%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A74B68 (or 0xA74B68) is known color: Rouge. HEX triplet: A7, 4B and 68. RGB value is (167,75,104). Sum of RGB (Red+Green+Blue) = 167+75+104=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B68 is #58B497. Grayscale: #696969. Windows color (decimal): -5813400 or 6835111. OLE color: 6835111.

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

Color convert

RGB 167 75 104 -
CMYK 0 0.55 0.38 0.35
HSL 341.09º 0.38% 0.47% -
HSV(B) 341.09º 0.55% 0.65% -
XYZ 20.95 14.25 14.74 -
YUV 105.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 167 75 104 0 0.55 0.38 0.35 341.09 0.38 0.47
Hex A7 4B 68 0 37 26 23 155 26 2F
Octal 247 113 150 0 67 46 43 525 46 57
Binary 10100111 1001011 1101000 0 110111 100110 100011 101010101 100110 101111

Color Harmonies of #A74B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B68

Black with #A74B68

Text Example


Text Example

White with #A74B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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