Html Css Color HEX #A84869 Rouge

📋 copy color: '#A84869'

red 168 ◦ green 72 ◦ blue 105

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

Shades of Rouge #A84869

Tints of Rouge #A84869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 48.7%
G = 20.87%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A84869 (or 0xA84869) is known color: Rouge. HEX triplet: A8, 48 and 69. RGB value is (168,72,105). Sum of RGB (Red+Green+Blue) = 168+72+105=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A84869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84869 is #57B796. Grayscale: #686868. Windows color (decimal): -5748631 or 6899880. OLE color: 6899880.

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

Color convert

RGB 168 72 105 -
CMYK 0 0.57 0.38 0.34
HSL 339.38º 0.4% 0.47% -
HSV(B) 339.38º 0.57% 0.66% -
XYZ 21.02 13.98 14.96 -
YUV 104.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 168 72 105 0 0.57 0.38 0.34 339.38 0.4 0.47
Hex A8 48 69 0 39 26 22 153 28 2F
Octal 250 110 151 0 71 46 42 523 50 57
Binary 10101000 1001000 1101001 0 111001 100110 100010 101010011 101000 101111

Color Harmonies of #A84869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84869

Black with #A84869

Text Example


Text Example

White with #A84869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84869; }

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

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

background-color css

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

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

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

border-color css

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

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

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