Html Css Color HEX #AB333F Old Rose

📋 copy color: '#AB333F'

red 171 ◦ green 51 ◦ blue 63

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

Shades of Old Rose #AB333F

Tints of Old Rose #AB333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 60%
G = 17.89%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB333F (or 0xAB333F) is known color: Old Rose. HEX triplet: AB, 33 and 3F. RGB value is (171,51,63). Sum of RGB (Red+Green+Blue) = 171+51+63=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB333F is #54CCC0. Grayscale: #585858. Windows color (decimal): -5557441 or 4141995. OLE color: 4141995.

HSL color Cylindrical-coordinate representation of color #AB333F: hue angle of 354º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB333F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 63 -
CMYK 0 0.70 0.63 0.33
HSL 354º 0.54% 0.44% -
HSV(B) 354º 0.7% 0.67% -
XYZ 18.88 11.38 5.91 -
YUV 88.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 171 51 63 0 0.70 0.63 0.33 354 0.54 0.44
Hex AB 33 3F 0 46 3F 21 162 36 2C
Octal 253 63 77 0 106 77 41 542 66 54
Binary 10101011 110011 111111 0 1000110 111111 100001 101100010 110110 101100

Color Harmonies of #AB333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB333F

Black with #AB333F

Text Example


Text Example

White with #AB333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB333F; }

 p { color: rgb(171,51,63); }

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

background-color css

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

 a { background-color: rgb(171,51,63); }

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

border-color css

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

 span { border-color: rgb(171,51,63); }

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