Html Css Color HEX #A94165 Rouge

📋 copy color: '#A94165'

red 169 ◦ green 65 ◦ blue 101

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

Shades of Rouge #A94165

Tints of Rouge #A94165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 50.45%
G = 19.4%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A94165 (or 0xA94165) is known color: Rouge. HEX triplet: A9, 41 and 65. RGB value is (169,65,101). Sum of RGB (Red+Green+Blue) = 169+65+101=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A94165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94165 is #56BE9A. Grayscale: #646464. Windows color (decimal): -5684891 or 6635945. OLE color: 6635945.

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

Color convert

RGB 169 65 101 -
CMYK 0 0.62 0.40 0.34
HSL 339.23º 0.44% 0.46% -
HSV(B) 339.23º 0.62% 0.66% -
XYZ 20.6 13.16 13.77 -
YUV 100.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 169 65 101 0 0.62 0.40 0.34 339.23 0.44 0.46
Hex A9 41 65 0 3E 28 22 153 2C 2E
Octal 251 101 145 0 76 50 42 523 54 56
Binary 10101001 1000001 1100101 0 111110 101000 100010 101010011 101100 101110

Color Harmonies of #A94165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94165

Black with #A94165

Text Example


Text Example

White with #A94165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94165; }

 p { color: rgb(169,65,101); }

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

background-color css

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

 a { background-color: rgb(169,65,101); }

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

border-color css

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

 span { border-color: rgb(169,65,101); }

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