Html Css Color HEX #A9356E Rouge

📋 copy color: '#A9356E'

red 169 ◦ green 53 ◦ blue 110

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

Shades of Rouge #A9356E

Tints of Rouge #A9356E

RGB

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

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

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

R = 50.9%
G = 15.96%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A9356E (or 0xA9356E) is known color: Rouge. HEX triplet: A9, 35 and 6E. RGB value is (169,53,110). Sum of RGB (Red+Green+Blue) = 169+53+110=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9356E is #56CA91. Grayscale: #5E5E5E. Windows color (decimal): -5687954 or 7222697. OLE color: 7222697.

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

Color convert

RGB 169 53 110 -
CMYK 0 0.69 0.35 0.34
HSL 330.52º 0.52% 0.44% -
HSV(B) 330.52º 0.69% 0.66% -
XYZ 20.45 12.11 16.01 -
YUV 94.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 169 53 110 0 0.69 0.35 0.34 330.52 0.52 0.44
Hex A9 35 6E 0 45 23 22 14B 34 2C
Octal 251 65 156 0 105 43 42 513 64 54
Binary 10101001 110101 1101110 0 1000101 100011 100010 101001011 110100 101100

Color Harmonies of #A9356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9356E

Black with #A9356E

Text Example


Text Example

White with #A9356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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