Html Css Color HEX #A83260 Rouge

📋 copy color: '#A83260'

red 168 ◦ green 50 ◦ blue 96

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

Shades of Rouge #A83260

Tints of Rouge #A83260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 53.5%
G = 15.92%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A83260 (or 0xA83260) is known color: Rouge. HEX triplet: A8, 32 and 60. RGB value is (168,50,96). Sum of RGB (Red+Green+Blue) = 168+50+96=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A83260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83260 is #57CD9F. Grayscale: #5A5A5A. Windows color (decimal): -5754272 or 6304424. OLE color: 6304424.

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

Color convert

RGB 168 50 96 -
CMYK 0 0.70 0.43 0.34
HSL 336.61º 0.54% 0.43% -
HSV(B) 336.61º 0.7% 0.66% -
XYZ 19.4 11.45 12.25 -
YUV 90.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 168 50 96 0 0.70 0.43 0.34 336.61 0.54 0.43
Hex A8 32 60 0 46 2B 22 151 36 2B
Octal 250 62 140 0 106 53 42 521 66 53
Binary 10101000 110010 1100000 0 1000110 101011 100010 101010001 110110 101011

Color Harmonies of #A83260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83260

Black with #A83260

Text Example


Text Example

White with #A83260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83260; }

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

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

background-color css

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

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

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

border-color css

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

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

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