Html Css Color HEX #A84C67 Rouge

📋 copy color: '#A84C67'

red 168 ◦ green 76 ◦ blue 103

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

Shades of Rouge #A84C67

Tints of Rouge #A84C67

RGB

 RED value IS 168 (66.02% from 255) = 48.41%

 GREEN value IS 76 (30.08% from 255) = 21.9%

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

R = 48.41%
G = 21.9%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A84C67 (or 0xA84C67) is known color: Rouge. HEX triplet: A8, 4C and 67. RGB value is (168,76,103). Sum of RGB (Red+Green+Blue) = 168+76+103=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C67 is #57B398. Grayscale: #6A6A6A. Windows color (decimal): -5747609 or 6769832. OLE color: 6769832.

HSL color Cylindrical-coordinate representation of color #A84C67: hue angle of 342.39º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C67 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 76 103 -
CMYK 0 0.55 0.39 0.34
HSL 342.39º 0.38% 0.48% -
HSV(B) 342.39º 0.55% 0.66% -
XYZ 21.18 14.47 14.51 -
YUV 106.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 168 76 103 0 0.55 0.39 0.34 342.39 0.38 0.48
Hex A8 4C 67 0 37 27 22 156 26 30
Octal 250 114 147 0 67 47 42 526 46 60
Binary 10101000 1001100 1100111 0 110111 100111 100010 101010110 100110 110000

Color Harmonies of #A84C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C67

Black with #A84C67

Text Example


Text Example

White with #A84C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C67; }

 p { color: rgb(168,76,103); }

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

background-color css

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

 a { background-color: rgb(168,76,103); }

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

border-color css

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

 span { border-color: rgb(168,76,103); }

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