Html Css Color HEX #AB456B Rouge

📋 copy color: '#AB456B'

red 171 ◦ green 69 ◦ blue 107

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

Shades of Rouge #AB456B

Tints of Rouge #AB456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 49.28%
G = 19.88%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB456B (or 0xAB456B) is known color: Rouge. HEX triplet: AB, 45 and 6B. RGB value is (171,69,107). Sum of RGB (Red+Green+Blue) = 171+69+107=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB456B is #54BA94. Grayscale: #676767. Windows color (decimal): -5552789 or 7030187. OLE color: 7030187.

HSL color Cylindrical-coordinate representation of color #AB456B: hue angle of 337.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB456B is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 107 -
CMYK 0 0.60 0.37 0.33
HSL 337.65º 0.43% 0.47% -
HSV(B) 337.65º 0.6% 0.67% -
XYZ 21.58 13.98 15.47 -
YUV 103.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 171 69 107 0 0.60 0.37 0.33 337.65 0.43 0.47
Hex AB 45 6B 0 3C 25 21 152 2A 2F
Octal 253 105 153 0 74 45 41 522 52 57
Binary 10101011 1000101 1101011 0 111100 100101 100001 101010010 101010 101111

Color Harmonies of #AB456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB456B

Black with #AB456B

Text Example


Text Example

White with #AB456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB456B; }

 p { color: rgb(171,69,107); }

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

background-color css

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

 a { background-color: rgb(171,69,107); }

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

border-color css

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

 span { border-color: rgb(171,69,107); }

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