Html Css Color HEX #A83662 Rouge

📋 copy color: '#A83662'

red 168 ◦ green 54 ◦ blue 98

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

Shades of Rouge #A83662

Tints of Rouge #A83662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 52.5%
G = 16.88%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A83662 (or 0xA83662) is known color: Rouge. HEX triplet: A8, 36 and 62. RGB value is (168,54,98). Sum of RGB (Red+Green+Blue) = 168+54+98=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83662 is #57C99D. Grayscale: #5D5D5D. Windows color (decimal): -5753246 or 6436520. OLE color: 6436520.

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

Color convert

RGB 168 54 98 -
CMYK 0 0.68 0.42 0.34
HSL 336.84º 0.51% 0.44% -
HSV(B) 336.84º 0.68% 0.66% -
XYZ 19.67 11.85 12.8 -
YUV 93.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 168 54 98 0 0.68 0.42 0.34 336.84 0.51 0.44
Hex A8 36 62 0 44 2A 22 151 33 2C
Octal 250 66 142 0 104 52 42 521 63 54
Binary 10101000 110110 1100010 0 1000100 101010 100010 101010001 110011 101100

Color Harmonies of #A83662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83662

Black with #A83662

Text Example


Text Example

White with #A83662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83662; }

 p { color: rgb(168,54,98); }

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

background-color css

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

 a { background-color: rgb(168,54,98); }

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

border-color css

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

 span { border-color: rgb(168,54,98); }

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