Html Css Color HEX #A8356B Rouge

📋 copy color: '#A8356B'

red 168 ◦ green 53 ◦ blue 107

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

Shades of Rouge #A8356B

Tints of Rouge #A8356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 51.22%
G = 16.16%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8356B (or 0xA8356B) is known color: Rouge. HEX triplet: A8, 35 and 6B. RGB value is (168,53,107). Sum of RGB (Red+Green+Blue) = 168+53+107=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8356B is #57CA94. Grayscale: #5D5D5D. Windows color (decimal): -5753493 or 7026088. OLE color: 7026088.

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

Color convert

RGB 168 53 107 -
CMYK 0 0.68 0.36 0.34
HSL 331.83º 0.52% 0.43% -
HSV(B) 331.83º 0.68% 0.66% -
XYZ 20.08 11.93 15.16 -
YUV 93.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 168 53 107 0 0.68 0.36 0.34 331.83 0.52 0.43
Hex A8 35 6B 0 44 24 22 14C 34 2B
Octal 250 65 153 0 104 44 42 514 64 53
Binary 10101000 110101 1101011 0 1000100 100100 100010 101001100 110100 101011

Color Harmonies of #A8356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8356B

Black with #A8356B

Text Example


Text Example

White with #A8356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8356B; }

 p { color: rgb(168,53,107); }

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

background-color css

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

 a { background-color: rgb(168,53,107); }

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

border-color css

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

 span { border-color: rgb(168,53,107); }

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