Html Css Color HEX #AB3862 Rouge

📋 copy color: '#AB3862'

red 171 ◦ green 56 ◦ blue 98

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

Shades of Rouge #AB3862

Tints of Rouge #AB3862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 52.62%
G = 17.23%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB3862 (or 0xAB3862) is known color: Rouge. HEX triplet: AB, 38 and 62. RGB value is (171,56,98). Sum of RGB (Red+Green+Blue) = 171+56+98=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3862 is #54C79D. Grayscale: #5F5F5F. Windows color (decimal): -5556126 or 6437035. OLE color: 6437035.

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

Color convert

RGB 171 56 98 -
CMYK 0 0.67 0.43 0.33
HSL 338.09º 0.51% 0.45% -
HSV(B) 338.09º 0.67% 0.67% -
XYZ 20.41 12.37 12.87 -
YUV 95.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 171 56 98 0 0.67 0.43 0.33 338.09 0.51 0.45
Hex AB 38 62 0 43 2B 21 152 33 2D
Octal 253 70 142 0 103 53 41 522 63 55
Binary 10101011 111000 1100010 0 1000011 101011 100001 101010010 110011 101101

Color Harmonies of #AB3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3862

Black with #AB3862

Text Example


Text Example

White with #AB3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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