Html Css Color HEX #A8366E Rouge

📋 copy color: '#A8366E'

red 168 ◦ green 54 ◦ blue 110

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

Shades of Rouge #A8366E

Tints of Rouge #A8366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 50.6%
G = 16.27%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8366E (or 0xA8366E) is known color: Rouge. HEX triplet: A8, 36 and 6E. RGB value is (168,54,110). Sum of RGB (Red+Green+Blue) = 168+54+110=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8366E is #57C991. Grayscale: #5E5E5E. Windows color (decimal): -5753234 or 7222952. OLE color: 7222952.

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

Color convert

RGB 168 54 110 -
CMYK 0 0.68 0.35 0.34
HSL 330.53º 0.51% 0.44% -
HSV(B) 330.53º 0.68% 0.66% -
XYZ 20.28 12.09 16.02 -
YUV 94.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 168 54 110 0 0.68 0.35 0.34 330.53 0.51 0.44
Hex A8 36 6E 0 44 23 22 14B 33 2C
Octal 250 66 156 0 104 43 42 513 63 54
Binary 10101000 110110 1101110 0 1000100 100011 100010 101001011 110011 101100

Color Harmonies of #A8366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8366E

Black with #A8366E

Text Example


Text Example

White with #A8366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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