Html Css Color HEX #A9386F Rouge

📋 copy color: '#A9386F'

red 169 ◦ green 56 ◦ blue 111

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

Shades of Rouge #A9386F

Tints of Rouge #A9386F

RGB

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

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

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

R = 50.3%
G = 16.67%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A9386F (or 0xA9386F) is known color: Rouge. HEX triplet: A9, 38 and 6F. RGB value is (169,56,111). Sum of RGB (Red+Green+Blue) = 169+56+111=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A9386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9386F is #56C790. Grayscale: #5F5F5F. Windows color (decimal): -5687185 or 7289001. OLE color: 7289001.

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

Color convert

RGB 169 56 111 -
CMYK 0 0.67 0.34 0.34
HSL 330.8º 0.5% 0.44% -
HSV(B) 330.8º 0.67% 0.66% -
XYZ 20.65 12.41 16.35 -
YUV 96.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 169 56 111 0 0.67 0.34 0.34 330.8 0.5 0.44
Hex A9 38 6F 0 43 22 22 14B 32 2C
Octal 251 70 157 0 103 42 42 513 62 54
Binary 10101001 111000 1101111 0 1000011 100010 100010 101001011 110010 101100

Color Harmonies of #A9386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9386F

Black with #A9386F

Text Example


Text Example

White with #A9386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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