Html Css Color HEX #A93D65 Rouge

📋 copy color: '#A93D65'

red 169 ◦ green 61 ◦ blue 101

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

Shades of Rouge #A93D65

Tints of Rouge #A93D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

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

R = 51.06%
G = 18.43%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A93D65 (or 0xA93D65) is known color: Rouge. HEX triplet: A9, 3D and 65. RGB value is (169,61,101). Sum of RGB (Red+Green+Blue) = 169+61+101=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D65 is #56C29A. Grayscale: #616161. Windows color (decimal): -5685915 or 6634921. OLE color: 6634921.

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

Color convert

RGB 169 61 101 -
CMYK 0 0.64 0.40 0.34
HSL 337.78º 0.47% 0.45% -
HSV(B) 337.78º 0.64% 0.66% -
XYZ 20.38 12.71 13.69 -
YUV 97.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 169 61 101 0 0.64 0.40 0.34 337.78 0.47 0.45
Hex A9 3D 65 0 40 28 22 152 2F 2D
Octal 251 75 145 0 100 50 42 522 57 55
Binary 10101001 111101 1100101 0 1000000 101000 100010 101010010 101111 101101

Color Harmonies of #A93D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93D65

Black with #A93D65

Text Example


Text Example

White with #A93D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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