Html Css Color HEX #A9385C Rouge

📋 copy color: '#A9385C'

red 169 ◦ green 56 ◦ blue 92

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

Shades of Rouge #A9385C

Tints of Rouge #A9385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 53.31%
G = 17.67%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9385C (or 0xA9385C) is known color: Rouge. HEX triplet: A9, 38 and 5C. RGB value is (169,56,92). Sum of RGB (Red+Green+Blue) = 169+56+92=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9385C is #56C7A3. Grayscale: #5D5D5D. Windows color (decimal): -5687204 or 6043817. OLE color: 6043817.

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

Color convert

RGB 169 56 92 -
CMYK 0 0.67 0.46 0.34
HSL 340.88º 0.5% 0.44% -
HSV(B) 340.88º 0.67% 0.66% -
XYZ 19.71 12.04 11.41 -
YUV 93.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 169 56 92 0 0.67 0.46 0.34 340.88 0.5 0.44
Hex A9 38 5C 0 43 2E 22 155 32 2C
Octal 251 70 134 0 103 56 42 525 62 54
Binary 10101001 111000 1011100 0 1000011 101110 100010 101010101 110010 101100

Color Harmonies of #A9385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9385C

Black with #A9385C

Text Example


Text Example

White with #A9385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9385C; }

 p { color: rgb(169,56,92); }

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

background-color css

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

 a { background-color: rgb(169,56,92); }

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

border-color css

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

 span { border-color: rgb(169,56,92); }

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