Html Css Color HEX #A9356B Rouge

📋 copy color: '#A9356B'

red 169 ◦ green 53 ◦ blue 107

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

Shades of Rouge #A9356B

Tints of Rouge #A9356B

RGB

 RED value IS 169 (66.41% from 255) = 51.37%

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

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

R = 51.37%
G = 16.11%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9356B (or 0xA9356B) is known color: Rouge. HEX triplet: A9, 35 and 6B. RGB value is (169,53,107). Sum of RGB (Red+Green+Blue) = 169+53+107=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9356B is #56CA94. Grayscale: #5D5D5D. Windows color (decimal): -5687957 or 7026089. OLE color: 7026089.

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

Color convert

RGB 169 53 107 -
CMYK 0 0.69 0.37 0.34
HSL 332.07º 0.52% 0.44% -
HSV(B) 332.07º 0.69% 0.66% -
XYZ 20.29 12.04 15.17 -
YUV 93.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 169 53 107 0 0.69 0.37 0.34 332.07 0.52 0.44
Hex A9 35 6B 0 45 25 22 14C 34 2C
Octal 251 65 153 0 105 45 42 514 64 54
Binary 10101001 110101 1101011 0 1000101 100101 100010 101001100 110100 101100

Color Harmonies of #A9356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9356B

Black with #A9356B

Text Example


Text Example

White with #A9356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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