Html Css Color HEX #A8365F Rouge

📋 copy color: '#A8365F'

red 168 ◦ green 54 ◦ blue 95

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

Shades of Rouge #A8365F

Tints of Rouge #A8365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

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

R = 53%
G = 17.03%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8365F (or 0xA8365F) is known color: Rouge. HEX triplet: A8, 36 and 5F. RGB value is (168,54,95). Sum of RGB (Red+Green+Blue) = 168+54+95=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8365F is #57C9A0. Grayscale: #5C5C5C. Windows color (decimal): -5753249 or 6239912. OLE color: 6239912.

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

Color convert

RGB 168 54 95 -
CMYK 0 0.68 0.43 0.34
HSL 338.42º 0.51% 0.44% -
HSV(B) 338.42º 0.68% 0.66% -
XYZ 19.53 11.79 12.07 -
YUV 92.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 168 54 95 0 0.68 0.43 0.34 338.42 0.51 0.44
Hex A8 36 5F 0 44 2B 22 152 33 2C
Octal 250 66 137 0 104 53 42 522 63 54
Binary 10101000 110110 1011111 0 1000100 101011 100010 101010010 110011 101100

Color Harmonies of #A8365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8365F

Black with #A8365F

Text Example


Text Example

White with #A8365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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