Html Css Color HEX #AB4369 Rouge

📋 copy color: '#AB4369'

red 171 ◦ green 67 ◦ blue 105

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

Shades of Rouge #AB4369

Tints of Rouge #AB4369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 49.85%
G = 19.53%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4369 (or 0xAB4369) is known color: Rouge. HEX triplet: AB, 43 and 69. RGB value is (171,67,105). Sum of RGB (Red+Green+Blue) = 171+67+105=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4369 is #54BC96. Grayscale: #666666. Windows color (decimal): -5553303 or 6898603. OLE color: 6898603.

HSL color Cylindrical-coordinate representation of color #AB4369: hue angle of 338.08º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4369 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 67 105 -
CMYK 0 0.61 0.39 0.33
HSL 338.08º 0.44% 0.47% -
HSV(B) 338.08º 0.61% 0.67% -
XYZ 21.35 13.69 14.88 -
YUV 102.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 171 67 105 0 0.61 0.39 0.33 338.08 0.44 0.47
Hex AB 43 69 0 3D 27 21 152 2C 2F
Octal 253 103 151 0 75 47 41 522 54 57
Binary 10101011 1000011 1101001 0 111101 100111 100001 101010010 101100 101111

Color Harmonies of #AB4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4369

Black with #AB4369

Text Example


Text Example

White with #AB4369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4369; }

 p { color: rgb(171,67,105); }

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

background-color css

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

 a { background-color: rgb(171,67,105); }

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

border-color css

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

 span { border-color: rgb(171,67,105); }

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