Html Css Color HEX #AB4065 Rouge

📋 copy color: '#AB4065'

red 171 ◦ green 64 ◦ blue 101

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

Shades of Rouge #AB4065

Tints of Rouge #AB4065

RGB

 RED value IS 171 (67.19% from 255) = 50.89%

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 50.89%
G = 19.05%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB4065 (or 0xAB4065) is known color: Rouge. HEX triplet: AB, 40 and 65. RGB value is (171,64,101). Sum of RGB (Red+Green+Blue) = 171+64+101=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4065 is #54BF9A. Grayscale: #646464. Windows color (decimal): -5554075 or 6635691. OLE color: 6635691.

HSL color Cylindrical-coordinate representation of color #AB4065: hue angle of 339.25º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4065 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 101 -
CMYK 0 0.63 0.41 0.33
HSL 339.25º 0.46% 0.46% -
HSV(B) 339.25º 0.63% 0.67% -
XYZ 20.98 13.26 13.77 -
YUV 100.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 171 64 101 0 0.63 0.41 0.33 339.25 0.46 0.46
Hex AB 40 65 0 3F 29 21 153 2E 2E
Octal 253 100 145 0 77 51 41 523 56 56
Binary 10101011 1000000 1100101 0 111111 101001 100001 101010011 101110 101110

Color Harmonies of #AB4065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4065

Black with #AB4065

Text Example


Text Example

White with #AB4065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4065; }

 p { color: rgb(171,64,101); }

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

background-color css

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

 a { background-color: rgb(171,64,101); }

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

border-color css

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

 span { border-color: rgb(171,64,101); }

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