Html Css Color HEX #A8385E Rouge

📋 copy color: '#A8385E'

red 168 ◦ green 56 ◦ blue 94

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

Shades of Rouge #A8385E

Tints of Rouge #A8385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 52.83%
G = 17.61%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8385E (or 0xA8385E) is known color: Rouge. HEX triplet: A8, 38 and 5E. RGB value is (168,56,94). Sum of RGB (Red+Green+Blue) = 168+56+94=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8385E is #57C7A1. Grayscale: #5D5D5D. Windows color (decimal): -5752738 or 6174888. OLE color: 6174888.

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

Color convert

RGB 168 56 94 -
CMYK 0 0.67 0.44 0.34
HSL 339.64º 0.5% 0.44% -
HSV(B) 339.64º 0.67% 0.66% -
XYZ 19.58 11.96 11.87 -
YUV 93.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 168 56 94 0 0.67 0.44 0.34 339.64 0.5 0.44
Hex A8 38 5E 0 43 2C 22 154 32 2C
Octal 250 70 136 0 103 54 42 524 62 54
Binary 10101000 111000 1011110 0 1000011 101100 100010 101010100 110010 101100

Color Harmonies of #A8385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8385E

Black with #A8385E

Text Example


Text Example

White with #A8385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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