Html Css Color HEX #A8385F Rouge

📋 copy color: '#A8385F'

red 168 ◦ green 56 ◦ blue 95

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

Shades of Rouge #A8385F

Tints of Rouge #A8385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 52.66%
G = 17.55%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8385F (or 0xA8385F) is known color: Rouge. HEX triplet: A8, 38 and 5F. RGB value is (168,56,95). Sum of RGB (Red+Green+Blue) = 168+56+95=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8385F is #57C7A0. Grayscale: #5D5D5D. Windows color (decimal): -5752737 or 6240424. OLE color: 6240424.

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

Color convert

RGB 168 56 95 -
CMYK 0 0.67 0.43 0.34
HSL 339.11º 0.5% 0.44% -
HSV(B) 339.11º 0.67% 0.66% -
XYZ 19.63 11.98 12.1 -
YUV 93.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 168 56 95 0 0.67 0.43 0.34 339.11 0.5 0.44
Hex A8 38 5F 0 43 2B 22 153 32 2C
Octal 250 70 137 0 103 53 42 523 62 54
Binary 10101000 111000 1011111 0 1000011 101011 100010 101010011 110010 101100

Color Harmonies of #A8385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8385F

Black with #A8385F

Text Example


Text Example

White with #A8385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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