Html Css Color HEX #A84867 Rouge

📋 copy color: '#A84867'

red 168 ◦ green 72 ◦ blue 103

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

Shades of Rouge #A84867

Tints of Rouge #A84867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

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

R = 48.98%
G = 20.99%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A84867 (or 0xA84867) is known color: Rouge. HEX triplet: A8, 48 and 67. RGB value is (168,72,103). Sum of RGB (Red+Green+Blue) = 168+72+103=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A84867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84867 is #57B798. Grayscale: #686868. Windows color (decimal): -5748633 or 6768808. OLE color: 6768808.

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

Color convert

RGB 168 72 103 -
CMYK 0 0.57 0.39 0.34
HSL 340.63º 0.4% 0.47% -
HSV(B) 340.63º 0.57% 0.66% -
XYZ 20.91 13.94 14.42 -
YUV 104.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 168 72 103 0 0.57 0.39 0.34 340.63 0.4 0.47
Hex A8 48 67 0 39 27 22 155 28 2F
Octal 250 110 147 0 71 47 42 525 50 57
Binary 10101000 1001000 1100111 0 111001 100111 100010 101010101 101000 101111

Color Harmonies of #A84867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84867

Black with #A84867

Text Example


Text Example

White with #A84867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84867; }

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

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

background-color css

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

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

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

border-color css

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

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

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