Html Css Color HEX #AB3965 Rouge

📋 copy color: '#AB3965'

red 171 ◦ green 57 ◦ blue 101

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

Shades of Rouge #AB3965

Tints of Rouge #AB3965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 51.98%
G = 17.33%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB3965 (or 0xAB3965) is known color: Rouge. HEX triplet: AB, 39 and 65. RGB value is (171,57,101). Sum of RGB (Red+Green+Blue) = 171+57+101=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3965 is #54C69A. Grayscale: #606060. Windows color (decimal): -5555867 or 6633899. OLE color: 6633899.

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

Color convert

RGB 171 57 101 -
CMYK 0 0.67 0.41 0.33
HSL 336.84º 0.5% 0.45% -
HSV(B) 336.84º 0.67% 0.67% -
XYZ 20.61 12.52 13.64 -
YUV 96.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 171 57 101 0 0.67 0.41 0.33 336.84 0.5 0.45
Hex AB 39 65 0 43 29 21 151 32 2D
Octal 253 71 145 0 103 51 41 521 62 55
Binary 10101011 111001 1100101 0 1000011 101001 100001 101010001 110010 101101

Color Harmonies of #AB3965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3965

Black with #AB3965

Text Example


Text Example

White with #AB3965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3965; }

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

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

background-color css

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

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

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

border-color css

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

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

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