Html Css Color HEX #A84763 Rouge

📋 copy color: '#A84763'

red 168 ◦ green 71 ◦ blue 99

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

Shades of Rouge #A84763

Tints of Rouge #A84763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 49.7%
G = 21.01%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A84763 (or 0xA84763) is known color: Rouge. HEX triplet: A8, 47 and 63. RGB value is (168,71,99). Sum of RGB (Red+Green+Blue) = 168+71+99=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A84763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84763 is #57B89C. Grayscale: #676767. Windows color (decimal): -5748893 or 6506408. OLE color: 6506408.

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

Color convert

RGB 168 71 99 -
CMYK 0 0.58 0.41 0.34
HSL 342.68º 0.41% 0.47% -
HSV(B) 342.68º 0.58% 0.66% -
XYZ 20.65 13.73 13.37 -
YUV 103.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 168 71 99 0 0.58 0.41 0.34 342.68 0.41 0.47
Hex A8 47 63 0 3A 29 22 157 29 2F
Octal 250 107 143 0 72 51 42 527 51 57
Binary 10101000 1000111 1100011 0 111010 101001 100010 101010111 101001 101111

Color Harmonies of #A84763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84763

Black with #A84763

Text Example


Text Example

White with #A84763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84763; }

 p { color: rgb(168,71,99); }

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

background-color css

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

 a { background-color: rgb(168,71,99); }

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

border-color css

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

 span { border-color: rgb(168,71,99); }

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