#AB263E

Color #AB263E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AB263E

Tints of Old Rose #AB263E

Color information

#AB263E (or 0xAB263E) is unknown color: approx Old Rose. HEX triplet: AB, 26 and 3E. RGB value is (171,38,62). Sum of RGB (Red+Green+Blue) = 171+38+62=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB263E is #54D9C1. Grayscale: #505050. Windows color (decimal): -5560770 or 4073131. OLE color: 4073131.

HSL color Cylindrical-coordinate representation of color #AB263E: hue angle of 349.17º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB263E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1713862-
CMYK00.780.640.33
HSL349.17º63.64%40.98%-
HSV(B)349.17º77.78%67.06%-
XYZ18.3610.395.6-
YUV80.5117.56192.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=63.10%
G=14.02%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171386200.780.640.33349.1763.6440.98
HexAB263E04E402115d4029
Octal253467601161004153510051
Binary101010111001101111100100111010000001000011010111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB263E; }

 p { color: rgb(171,38,62); }

 H1.HeaderClassName
 {
   color: #AB263E;
 }
 .AnyTagClassName
 {
   color: #AB263E;
 }
</style>
background-color css

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

 a { background-color: rgb(171,38,62); }

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

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

 span { border-color: rgb(171,38,62); }

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