Html Css Color HEX #A83E66 Rouge

📋 copy color: '#A83E66'

red 168 ◦ green 62 ◦ blue 102

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

Shades of Rouge #A83E66

Tints of Rouge #A83E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 50.6%
G = 18.67%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A83E66 (or 0xA83E66) is known color: Rouge. HEX triplet: A8, 3E and 66. RGB value is (168,62,102). Sum of RGB (Red+Green+Blue) = 168+62+102=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83E66 is #57C199. Grayscale: #626262. Windows color (decimal): -5751194 or 6700712. OLE color: 6700712.

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

Color convert

RGB 168 62 102 -
CMYK 0 0.63 0.39 0.34
HSL 337.36º 0.46% 0.45% -
HSV(B) 337.36º 0.63% 0.66% -
XYZ 20.27 12.73 13.96 -
YUV 98.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 168 62 102 0 0.63 0.39 0.34 337.36 0.46 0.45
Hex A8 3E 66 0 3F 27 22 151 2E 2D
Octal 250 76 146 0 77 47 42 521 56 55
Binary 10101000 111110 1100110 0 111111 100111 100010 101010001 101110 101101

Color Harmonies of #A83E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83E66

Black with #A83E66

Text Example


Text Example

White with #A83E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83E66; }

 p { color: rgb(168,62,102); }

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

background-color css

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

 a { background-color: rgb(168,62,102); }

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

border-color css

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

 span { border-color: rgb(168,62,102); }

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