Html Css Color HEX #A83463 Rouge

📋 copy color: '#A83463'

red 168 ◦ green 52 ◦ blue 99

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

Shades of Rouge #A83463

Tints of Rouge #A83463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

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

R = 52.66%
G = 16.3%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A83463 (or 0xA83463) is known color: Rouge. HEX triplet: A8, 34 and 63. RGB value is (168,52,99). Sum of RGB (Red+Green+Blue) = 168+52+99=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A83463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83463 is #57CB9C. Grayscale: #5B5B5B. Windows color (decimal): -5753757 or 6501544. OLE color: 6501544.

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

Color convert

RGB 168 52 99 -
CMYK 0 0.69 0.41 0.34
HSL 335.69º 0.53% 0.43% -
HSV(B) 335.69º 0.69% 0.66% -
XYZ 19.63 11.68 13.02 -
YUV 92.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 168 52 99 0 0.69 0.41 0.34 335.69 0.53 0.43
Hex A8 34 63 0 45 29 22 150 35 2B
Octal 250 64 143 0 105 51 42 520 65 53
Binary 10101000 110100 1100011 0 1000101 101001 100010 101010000 110101 101011

Color Harmonies of #A83463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83463

Black with #A83463

Text Example


Text Example

White with #A83463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83463; }

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

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

background-color css

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

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

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

border-color css

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

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

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