Html Css Color HEX #A84263 Rouge

📋 copy color: '#A84263'

red 168 ◦ green 66 ◦ blue 99

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

Shades of Rouge #A84263

Tints of Rouge #A84263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 50.45%
G = 19.82%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A84263 (or 0xA84263) is known color: Rouge. HEX triplet: A8, 42 and 63. RGB value is (168,66,99). Sum of RGB (Red+Green+Blue) = 168+66+99=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A84263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84263 is #57BD9C. Grayscale: #646464. Windows color (decimal): -5750173 or 6505128. OLE color: 6505128.

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

Color convert

RGB 168 66 99 -
CMYK 0 0.61 0.41 0.34
HSL 340.59º 0.44% 0.46% -
HSV(B) 340.59º 0.61% 0.66% -
XYZ 20.35 13.12 13.26 -
YUV 100.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 168 66 99 0 0.61 0.41 0.34 340.59 0.44 0.46
Hex A8 42 63 0 3D 29 22 155 2C 2E
Octal 250 102 143 0 75 51 42 525 54 56
Binary 10101000 1000010 1100011 0 111101 101001 100010 101010101 101100 101110

Color Harmonies of #A84263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84263

Black with #A84263

Text Example


Text Example

White with #A84263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84263; }

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

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

background-color css

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

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

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

border-color css

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

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

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