Html Css Color HEX #A9356F Rouge

📋 copy color: '#A9356F'

red 169 ◦ green 53 ◦ blue 111

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

Shades of Rouge #A9356F

Tints of Rouge #A9356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 50.75%
G = 15.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A9356F (or 0xA9356F) is known color: Rouge. HEX triplet: A9, 35 and 6F. RGB value is (169,53,111). Sum of RGB (Red+Green+Blue) = 169+53+111=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9356F is #56CA90. Grayscale: #5E5E5E. Windows color (decimal): -5687953 or 7288233. OLE color: 7288233.

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

Color convert

RGB 169 53 111 -
CMYK 0 0.69 0.34 0.34
HSL 330º 0.52% 0.44% -
HSV(B) 330º 0.69% 0.66% -
XYZ 20.5 12.13 16.3 -
YUV 94.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 169 53 111 0 0.69 0.34 0.34 330 0.52 0.44
Hex A9 35 6F 0 45 22 22 14A 34 2C
Octal 251 65 157 0 105 42 42 512 64 54
Binary 10101001 110101 1101111 0 1000101 100010 100010 101001010 110100 101100

Color Harmonies of #A9356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9356F

Black with #A9356F

Text Example


Text Example

White with #A9356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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