Html Css Color HEX #A83768 Rouge

📋 copy color: '#A83768'

red 168 ◦ green 55 ◦ blue 104

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

Shades of Rouge #A83768

Tints of Rouge #A83768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 51.38%
G = 16.82%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A83768 (or 0xA83768) is known color: Rouge. HEX triplet: A8, 37 and 68. RGB value is (168,55,104). Sum of RGB (Red+Green+Blue) = 168+55+104=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A83768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83768 is #57C897. Grayscale: #5E5E5E. Windows color (decimal): -5752984 or 6829992. OLE color: 6829992.

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

Color convert

RGB 168 55 104 -
CMYK 0 0.67 0.38 0.34
HSL 333.98º 0.51% 0.44% -
HSV(B) 333.98º 0.67% 0.66% -
XYZ 20.01 12.06 14.37 -
YUV 94.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 168 55 104 0 0.67 0.38 0.34 333.98 0.51 0.44
Hex A8 37 68 0 43 26 22 14E 33 2C
Octal 250 67 150 0 103 46 42 516 63 54
Binary 10101000 110111 1101000 0 1000011 100110 100010 101001110 110011 101100

Color Harmonies of #A83768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83768

Black with #A83768

Text Example


Text Example

White with #A83768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83768; }

 p { color: rgb(168,55,104); }

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

background-color css

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

 a { background-color: rgb(168,55,104); }

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

border-color css

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

 span { border-color: rgb(168,55,104); }

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