Html Css Color HEX #A8385D Rouge

📋 copy color: '#A8385D'

red 168 ◦ green 56 ◦ blue 93

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

Shades of Rouge #A8385D

Tints of Rouge #A8385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 53%
G = 17.67%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8385D (or 0xA8385D) is known color: Rouge. HEX triplet: A8, 38 and 5D. RGB value is (168,56,93). Sum of RGB (Red+Green+Blue) = 168+56+93=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8385D is #57C7A2. Grayscale: #5D5D5D. Windows color (decimal): -5752739 or 6109352. OLE color: 6109352.

HSL color Cylindrical-coordinate representation of color #A8385D: hue angle of 340.18º degrees, saturation: 0.5, 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 #A8385D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 56 93 -
CMYK 0 0.67 0.45 0.34
HSL 340.18º 0.5% 0.44% -
HSV(B) 340.18º 0.67% 0.66% -
XYZ 19.54 11.94 11.63 -
YUV 93.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 168 56 93 0 0.67 0.45 0.34 340.18 0.5 0.44
Hex A8 38 5D 0 43 2D 22 154 32 2C
Octal 250 70 135 0 103 55 42 524 62 54
Binary 10101000 111000 1011101 0 1000011 101101 100010 101010100 110010 101100

Color Harmonies of #A8385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8385D

Black with #A8385D

Text Example


Text Example

White with #A8385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8385D; }

 p { color: rgb(168,56,93); }

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

background-color css

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

 a { background-color: rgb(168,56,93); }

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

border-color css

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

 span { border-color: rgb(168,56,93); }

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