Html Css Color HEX #A83460 Rouge

📋 copy color: '#A83460'

red 168 ◦ green 52 ◦ blue 96

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

Shades of Rouge #A83460

Tints of Rouge #A83460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 53.16%
G = 16.46%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A83460 (or 0xA83460) is known color: Rouge. HEX triplet: A8, 34 and 60. RGB value is (168,52,96). Sum of RGB (Red+Green+Blue) = 168+52+96=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A83460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83460 is #57CB9F. Grayscale: #5B5B5B. Windows color (decimal): -5753760 or 6304936. OLE color: 6304936.

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

Color convert

RGB 168 52 96 -
CMYK 0 0.69 0.43 0.34
HSL 337.24º 0.53% 0.43% -
HSV(B) 337.24º 0.69% 0.66% -
XYZ 19.49 11.63 12.28 -
YUV 91.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 168 52 96 0 0.69 0.43 0.34 337.24 0.53 0.43
Hex A8 34 60 0 45 2B 22 151 35 2B
Octal 250 64 140 0 105 53 42 521 65 53
Binary 10101000 110100 1100000 0 1000101 101011 100010 101010001 110101 101011

Color Harmonies of #A83460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83460

Black with #A83460

Text Example


Text Example

White with #A83460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83460; }

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

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

background-color css

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

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

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

border-color css

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

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

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