Html Css Color HEX #AB3963 Rouge

📋 copy color: '#AB3963'

red 171 ◦ green 57 ◦ blue 99

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

Shades of Rouge #AB3963

Tints of Rouge #AB3963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 52.29%
G = 17.43%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3963 (or 0xAB3963) is known color: Rouge. HEX triplet: AB, 39 and 63. RGB value is (171,57,99). Sum of RGB (Red+Green+Blue) = 171+57+99=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3963 is #54C69C. Grayscale: #5F5F5F. Windows color (decimal): -5555869 or 6502827. OLE color: 6502827.

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

Color convert

RGB 171 57 99 -
CMYK 0 0.67 0.42 0.33
HSL 337.89º 0.5% 0.45% -
HSV(B) 337.89º 0.67% 0.67% -
XYZ 20.51 12.49 13.13 -
YUV 95.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 171 57 99 0 0.67 0.42 0.33 337.89 0.5 0.45
Hex AB 39 63 0 43 2A 21 152 32 2D
Octal 253 71 143 0 103 52 41 522 62 55
Binary 10101011 111001 1100011 0 1000011 101010 100001 101010010 110010 101101

Color Harmonies of #AB3963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3963

Black with #AB3963

Text Example


Text Example

White with #AB3963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3963; }

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

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

background-color css

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

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

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

border-color css

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

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

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