Html Css Color HEX #A83968 Rouge

📋 copy color: '#A83968'

red 168 ◦ green 57 ◦ blue 104

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

Shades of Rouge #A83968

Tints of Rouge #A83968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 51.06%
G = 17.33%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A83968 (or 0xA83968) is known color: Rouge. HEX triplet: A8, 39 and 68. RGB value is (168,57,104). Sum of RGB (Red+Green+Blue) = 168+57+104=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A83968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83968 is #57C697. Grayscale: #5F5F5F. Windows color (decimal): -5752472 or 6830504. OLE color: 6830504.

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

Color convert

RGB 168 57 104 -
CMYK 0 0.66 0.38 0.34
HSL 334.59º 0.49% 0.44% -
HSV(B) 334.59º 0.66% 0.66% -
XYZ 20.11 12.25 14.4 -
YUV 95.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 168 57 104 0 0.66 0.38 0.34 334.59 0.49 0.44
Hex A8 39 68 0 42 26 22 14F 31 2C
Octal 250 71 150 0 102 46 42 517 61 54
Binary 10101000 111001 1101000 0 1000010 100110 100010 101001111 110001 101100

Color Harmonies of #A83968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83968

Black with #A83968

Text Example


Text Example

White with #A83968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83968; }

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

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

background-color css

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

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

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

border-color css

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

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

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