Html Css Color HEX #AB386E Rouge

📋 copy color: '#AB386E'

red 171 ◦ green 56 ◦ blue 110

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

Shades of Rouge #AB386E

Tints of Rouge #AB386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 50.74%
G = 16.62%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB386E (or 0xAB386E) is known color: Rouge. HEX triplet: AB, 38 and 6E. RGB value is (171,56,110). Sum of RGB (Red+Green+Blue) = 171+56+110=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB386E is #54C791. Grayscale: #606060. Windows color (decimal): -5556114 or 7223467. OLE color: 7223467.

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

Color convert

RGB 171 56 110 -
CMYK 0 0.67 0.36 0.33
HSL 331.83º 0.51% 0.45% -
HSV(B) 331.83º 0.67% 0.67% -
XYZ 21.02 12.61 16.08 -
YUV 96.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 171 56 110 0 0.67 0.36 0.33 331.83 0.51 0.45
Hex AB 38 6E 0 43 24 21 14C 33 2D
Octal 253 70 156 0 103 44 41 514 63 55
Binary 10101011 111000 1101110 0 1000011 100100 100001 101001100 110011 101101

Color Harmonies of #AB386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB386E

Black with #AB386E

Text Example


Text Example

White with #AB386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB386E; }

 p { color: rgb(171,56,110); }

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

background-color css

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

 a { background-color: rgb(171,56,110); }

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

border-color css

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

 span { border-color: rgb(171,56,110); }

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