Html Css Color HEX #AB264C Old Rose

📋 copy color: '#AB264C'

red 171 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #AB264C

Tints of Old Rose #AB264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 60%
G = 13.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB264C (or 0xAB264C) is known color: Old Rose. HEX triplet: AB, 26 and 4C. RGB value is (171,38,76). Sum of RGB (Red+Green+Blue) = 171+38+76=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB264C is #54D9B3. Grayscale: #525252. Windows color (decimal): -5560756 or 4990635. OLE color: 4990635.

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

Color convert

RGB 171 38 76 -
CMYK 0 0.78 0.56 0.33
HSL 342.86º 0.64% 0.41% -
HSV(B) 342.86º 0.78% 0.67% -
XYZ 18.79 10.57 7.89 -
YUV 82.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 171 38 76 0 0.78 0.56 0.33 342.86 0.64 0.41
Hex AB 26 4C 0 4E 38 21 157 40 29
Octal 253 46 114 0 116 70 41 527 100 51
Binary 10101011 100110 1001100 0 1001110 111000 100001 101010111 1000000 101001

Color Harmonies of #AB264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB264C

Black with #AB264C

Text Example


Text Example

White with #AB264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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